summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-19 12:49:24 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-19 12:49:24 +0200
commit35bd0f97740822612e18ebabc1806505b65c967d (patch)
treeabd9e58288ac65ab5a54508929fe9648ac74bc49
parent193c7ff16c41cd5250096ff49227fa1a0b9ef81e (diff)
downloadgnutls-35bd0f97740822612e18ebabc1806505b65c967d.tar.gz
increased the number of allowed elements in a priority string.
-rw-r--r--lib/gnutls_priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index 057949cb48..941679750e 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -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,