summaryrefslogtreecommitdiff
path: root/src/ssl.h
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-03-14 11:49:00 +0800
committeryangwei <[email protected]>2024-03-14 11:49:00 +0800
commitca6d7fecf10ed355b2e8848208ff312da2fbe24f (patch)
tree4eafff19711d9be26cddc69123fe8a01b57f3242 /src/ssl.h
parentcf158cc7856870eeaf21f2194d1299937d6c049e (diff)
🐞 fix(ssh.h 向前兼容):v2.0.15master
Diffstat (limited to 'src/ssl.h')
-rw-r--r--src/ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl.h b/src/ssl.h
index 7136c49..7e53cf2 100644
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -99,7 +99,7 @@ typedef struct _st_esni_t
}st_esni_t;
//#############################################client hello
-#define MAX_EXTENSION_NUM 64
+#define MAX_EXTENSION_NUM 16
#define MAX_EXT_DATA_LEN 256
#define SERVER_NAME_EXT_TYPE 0x0000
#define SERVER_NAME_HOST_TYPE 0x0000