From e8c818d275896ef4adb5ed17ee45069dcb89d8fb Mon Sep 17 00:00:00 2001 From: mrcsys Date: Tue, 21 Feb 2006 21:26:58 +0000 Subject: SSL socket read stuff and a whole section that could never get called. Errors were also difficult to deal with, this has been cleaned up --- nanohttp/nanohttp-ssl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nanohttp/nanohttp-ssl.h') 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 */ -- cgit v1.1-32-gdbae