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;