Jacek Caban : secur32: Fixed compilation with prediluvian gnutls.

Alexandre Julliard julliard at winehq.org
Fri Apr 28 12:44:31 CDT 2017


Module: wine
Branch: master
Commit: 855d73e927a059573582850565c3b6357cd89657
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=855d73e927a059573582850565c3b6357cd89657

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Apr 28 14:50:51 2017 +0200

secur32: Fixed compilation with prediluvian gnutls.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/secur32/schannel_gnutls.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/secur32/schannel_gnutls.c b/dlls/secur32/schannel_gnutls.c
index deefa8d..bc3bbaf 100644
--- a/dlls/secur32/schannel_gnutls.c
+++ b/dlls/secur32/schannel_gnutls.c
@@ -83,6 +83,8 @@ MAKE_FUNCPTR(gnutls_transport_set_push_function);
 #define GNUTLS_CIPHER_AES_128_GCM 93
 #define GNUTLS_CIPHER_AES_256_GCM 94
 
+#define GNUTLS_MAC_AEAD 200
+
 #define GNUTLS_KX_ANON_ECDH     11
 #define GNUTLS_KX_ECDHE_RSA     12
 #define GNUTLS_KX_ECDHE_ECDSA   13




More information about the wine-cvs mailing list