]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Added missing definitions (GNUTLS_MASTER_SIZE etc).
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 5 Feb 2011 22:42:32 +0000 (23:42 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 5 Feb 2011 22:49:08 +0000 (23:49 +0100)
lib/gnutls_int.h

index 00a6f209e961c3b2fd75caa54f2027fde73f7302..15d87354c791e932dafa375d4350c8f73393d123 100644 (file)
@@ -92,6 +92,9 @@ typedef struct
 #define SESSION_TICKET_IV_SIZE 16
 #define SESSION_TICKET_MAC_SECRET_SIZE 32
 
+#define GNUTLS_MASTER_SIZE 48
+#define GNUTLS_RANDOM_SIZE 32
+
 /* we can receive up to MAX_EXT_TYPES extensions.
  */
 #define MAX_EXT_TYPES 32