diff options
Diffstat (limited to 'src/ssl.h')
| -rw-r--r-- | src/ssl.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -343,6 +343,9 @@ struct ssl_frag_chello *ssl_frag_chello_get0(struct streaminfo *stream); void ssl_frag_chello_free(struct streaminfo *stream); +// < 0: not ssl, 0: not finished, 1: finished +int ssl_chello_finished(struct streaminfo *stream); + #ifdef __cplusplus } #endif |
