summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-01-14 14:50:34 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-01-14 14:50:34 +0100
commit912618905dc8eb6811e15aeff99b141ee0b680af (patch)
tree23a24e6ac7973c5506fec727680b459d4c5f42b9
parentecf3edb4e6b992b8df1bc9c878295c3daabe0369 (diff)
downloadgnutls-912618905dc8eb6811e15aeff99b141ee0b680af.tar.gz
gnutls_int.h: increased MAX_SERVER_NAME_SIZE to 256 bytes
-rw-r--r--lib/gnutls_int.h2
1 files changed, 1 insertions, 1 deletions
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