summaryrefslogtreecommitdiff
path: root/src/SSL_Proc.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_Proc.h
parentcf158cc7856870eeaf21f2194d1299937d6c049e (diff)
🐞 fix(ssh.h 向前兼容):v2.0.15master
Diffstat (limited to 'src/SSL_Proc.h')
-rw-r--r--src/SSL_Proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SSL_Proc.h b/src/SSL_Proc.h
index 62ddd35..d96a63d 100644
--- a/src/SSL_Proc.h
+++ b/src/SSL_Proc.h
@@ -35,7 +35,7 @@ UCHAR ssl_doWithCertificateDetail(ssl_stream **a_ssl_stream, struct streaminf
unsigned long long region_flag, int thread_seq, void *a_packet);
UCHAR ssl_doWithServerName(ssl_stream **a_ssl_stream, struct streaminfo *a_tcp,
unsigned long long region_flag, int thread_seq, void *a_packet);
-UCHAR ssl_doWithClientHello(ssl_stream **a_ssl_stream, struct streaminfo *a_tcp,
+UCHAR ssl_doWithClientHello(st_ext_t exts[], int ext_num, ssl_stream **a_ssl_stream, struct streaminfo *a_tcp,
unsigned long long region_flag, int thread_seq, void *a_packet);
UCHAR ssl_doWithServerHello(ssl_stream **a_ssl_stream, struct streaminfo *a_tcp,
unsigned long long region_flag, int thread_seq, void *a_packet);