summaryrefslogtreecommitdiffstats
path: root/src/include/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ssl.h')
-rw-r--r--src/include/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ssl.h b/src/include/ssl.h
index a52b424..19c74a7 100644
--- a/src/include/ssl.h
+++ b/src/include/ssl.h
@@ -28,7 +28,7 @@ extern "C" {
The negative fd is used as an index into this data structure (after processing).
Choose SEC_MAX to be impossibly large for the application.
*/
-#define SEC_MAX 8
+#define SEC_MAX 16
struct {
int fd;
SSL* ssl;