From: Nikos Mavrogiannopoulos Date: Sat, 5 Feb 2011 22:42:32 +0000 (+0100) Subject: Added missing definitions (GNUTLS_MASTER_SIZE etc). X-Git-Tag: gnutls_2_99_0~330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e971ba89e1fac6892ead5c2210e4687055cbad79;p=thirdparty%2Fgnutls.git Added missing definitions (GNUTLS_MASTER_SIZE etc). --- diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index 00a6f209e9..15d87354c7 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -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