summaryrefslogtreecommitdiff
path: root/src/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl.h')
-rw-r--r--src/ssl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ssl.h b/src/ssl.h
index 547ee7f..5902b61 100644
--- a/src/ssl.h
+++ b/src/ssl.h
@@ -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