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.h4
1 files changed, 4 insertions, 0 deletions
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
@@ -60,6 +60,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
*/