summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-ssl.h
diff options
context:
space:
mode:
authorGravatar mrcsys2006-02-21 21:26:58 +0000
committerGravatar mrcsys2006-02-21 21:26:58 +0000
commite8c818d275896ef4adb5ed17ee45069dcb89d8fb (patch)
treecfe4c98dcd14fc9f8f5ccdba9ee4495c23c9a95f /nanohttp/nanohttp-ssl.h
parent2110d12371587e3238615623f81ddd0adc7a4f7c (diff)
downloadcsoap-e8c818d275896ef4adb5ed17ee45069dcb89d8fb.tar.gz
csoap-e8c818d275896ef4adb5ed17ee45069dcb89d8fb.tar.bz2
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
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 */