diff options
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); |
