]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
GnuTLS: Fix compilation with newer GnuTLS versions
authorJouni Malinen <j@w1.fi>
Sat, 21 Nov 2009 18:23:58 +0000 (20:23 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 21 Nov 2009 18:23:58 +0000 (20:23 +0200)
Avoid duplicate defination of TLS_RANDOM_SIZE and TLS_MASTER_SIZE.

src/crypto/tls_gnutls.c

index 57e80dfc570f6fd6b9b585d37ce8a60ef86e459a..05d6dd32fc2039932bab4fcfcc21ff6648ed5093 100644 (file)
@@ -35,8 +35,12 @@ int gnutls_ia_verify_endphase(gnutls_session_t session, char *checksum);
 #include "tls.h"
 
 
+#ifndef TLS_RANDOM_SIZE
 #define TLS_RANDOM_SIZE 32
+#endif
+#ifndef TLS_MASTER_SIZE
 #define TLS_MASTER_SIZE 48
+#endif
 
 
 #if LIBGNUTLS_VERSION_NUMBER < 0x010302