From 57a8783364f9925ede7b0dc8a7ca1bb4faeb2f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 27 Aug 2013 16:13:54 +0200 Subject: [PATCH] Make more room for ciphersuites --- library/ssl_ciphersuites.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_ciphersuites.c b/library/ssl_ciphersuites.c index 759845ee9..6089ca802 100644 --- a/library/ssl_ciphersuites.c +++ b/library/ssl_ciphersuites.c @@ -160,7 +160,7 @@ static const int ciphersuite_preference[] = 0 }; -#define MAX_CIPHERSUITES 60 +#define MAX_CIPHERSUITES 128 static int supported_ciphersuites[MAX_CIPHERSUITES]; static int supported_init = 0;