]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
increased the number of allowed elements in a priority string.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 19 May 2014 10:49:24 +0000 (12:49 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 19 May 2014 10:49:24 +0000 (12:49 +0200)
lib/gnutls_priority.c

index 057949cb4829d79d80ce7b28b7fd612e624de1fa..941679750e186d2a8c61ac8369735dcc2e57142d 100644 (file)
@@ -30,7 +30,7 @@
 #include <gnutls/x509.h>
 #include <c-ctype.h>
 
-#define MAX_ELEMENTS 48
+#define MAX_ELEMENTS 64
 
 static void
 break_list(char *etag,