From df494ade428ddb4cb6a9a6f8b3885cf1b2478f06 Mon Sep 17 00:00:00 2001 From: mrcsys Date: Wed, 18 Jan 2006 14:53:13 +0000 Subject: Added start_ssl function to initialize library. --- nanohttp/nanohttp-ssl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nanohttp/nanohttp-ssl.h') diff --git a/nanohttp/nanohttp-ssl.h b/nanohttp/nanohttp-ssl.h index 5cb4cc3..aa035d6 100644 --- a/nanohttp/nanohttp-ssl.h +++ b/nanohttp/nanohttp-ssl.h @@ -59,6 +59,10 @@ typedef struct Con //static int pw_cb(char* buf, int num, int rwflag, void *userdata); +/* + * Start the ssl library + */ +void start_ssl( void ); /* * Initialize the context */ -- cgit v1.1-32-gdbae