Commit 855d73e9 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

secur32: Fixed compilation with prediluvian gnutls.

parent ee5fbded
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment