summaryrefslogtreecommitdiff
path: root/lib/ssluse.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-05-28 14:12:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-05-28 14:12:43 +0000
commitd300cf4d84182b111f6b364a89a9af00eca7f425 (patch)
treebeb50cfd51364d8f5c159b5b4df9c3db53cdf99b /lib/ssluse.h
parenta9d0a8584221bbed0bdb2fe321851a84beb79fd2 (diff)
downloadcurl-d300cf4d84182b111f6b364a89a9af00eca7f425.tar.gz
T. Bharath's comments about SSL cleanup incorporated, and the two new
curl_global_* functions
Diffstat (limited to 'lib/ssluse.h')
-rw-r--r--lib/ssluse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ssluse.h b/lib/ssluse.h
index d211c1cb4..645970f4b 100644
--- a/lib/ssluse.h
+++ b/lib/ssluse.h
@@ -24,4 +24,8 @@
*****************************************************************************/
#include "urldata.h"
CURLcode Curl_SSLConnect(struct connectdata *conn);
+/* Global SSL init */
+void Curl_SSL_init(void);
+/* Global SSL cleanup */
+void Curl_SSL_cleanup(void);
#endif