commit | 57a8783364f9925ede7b0dc8a7ca1bb4faeb2f1c | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Aug 27 16:13:54 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Aug 27 22:21:21 2013 +0200 |
tree | 9f73774057f4f582a53d4524dd461bd9f7192427 | |
parent | acc7505a353395279d94cf071a7959f5a7330641 [diff] [blame] |
Make more room for ciphersuites
diff --git a/library/ssl_ciphersuites.c b/library/ssl_ciphersuites.c index 759845e..6089ca8 100644 --- a/library/ssl_ciphersuites.c +++ b/library/ssl_ciphersuites.c
@@ -160,7 +160,7 @@ 0 }; -#define MAX_CIPHERSUITES 60 +#define MAX_CIPHERSUITES 128 static int supported_ciphersuites[MAX_CIPHERSUITES]; static int supported_init = 0;