diff options
| author | yangwei <[email protected]> | 2024-03-14 11:49:00 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-03-14 11:49:00 +0800 |
| commit | ca6d7fecf10ed355b2e8848208ff312da2fbe24f (patch) | |
| tree | 4eafff19711d9be26cddc69123fe8a01b57f3242 /src/SSL_Proc.h | |
| parent | cf158cc7856870eeaf21f2194d1299937d6c049e (diff) | |
Diffstat (limited to 'src/SSL_Proc.h')
| -rw-r--r-- | src/SSL_Proc.h | 2 |
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); |
