summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'nanohttp/nanohttp-ssl.h')
-rw-r--r--nanohttp/nanohttp-ssl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nanohttp/nanohttp-ssl.h b/nanohttp/nanohttp-ssl.h
index aa035d6..a0e0665 100644
--- a/nanohttp/nanohttp-ssl.h
+++ b/nanohttp/nanohttp-ssl.h
@@ -112,6 +112,8 @@ void ssl_cleanup();
void
log_ssl_error (SSL * ssl, int ret);
+int ssl_checkFatal( SSL *ssl, int status );
+
#endif
#endif /* HAVE_SSL */