summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/include/ssl_stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/include/ssl_stream.h b/common/include/ssl_stream.h
index 74d6fd7..a49e3a8 100644
--- a/common/include/ssl_stream.h
+++ b/common/include/ssl_stream.h
@@ -44,3 +44,5 @@ int ssl_stream_set_integer_opt(struct ssl_stream *upstream, enum SSL_STREAM_OPT
int ssl_stream_get_integer_opt(struct ssl_stream *upstream, enum SSL_STREAM_OPT opt_type, int *opt_val);
int ssl_stream_get_string_opt(struct ssl_stream *upstream, enum SSL_STREAM_OPT opt_type, char* in_buff, size_t sz);
+unsigned int is_ssl_debug();
+