From 912618905dc8eb6811e15aeff99b141ee0b680af Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 14 Jan 2016 14:50:34 +0100 Subject: gnutls_int.h: increased MAX_SERVER_NAME_SIZE to 256 bytes --- lib/gnutls_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index faad0d46a1..8df6709c11 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -119,7 +119,7 @@ typedef struct { #define MAX_CIPHER_KEY_SIZE 32 #define MAX_USERNAME_SIZE 128 -#define MAX_SERVER_NAME_SIZE 128 +#define MAX_SERVER_NAME_SIZE 256 #define SESSION_TICKET_KEY_NAME_SIZE 16 #define SESSION_TICKET_KEY_SIZE 16 -- cgit v1.2.1