summaryrefslogtreecommitdiff
path: root/lib/ssluse.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-09 23:04:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-09 23:04:51 +0000
commit61a1e3cd01c3b00d7a85edc775f49d9c785e1af4 (patch)
tree2acebd77a909e6964733c43bb2ceaba9424f097c /lib/ssluse.h
parent89cac6f25cd14dc2a0ff4164ccff761c3a6e6304 (diff)
downloadcurl-61a1e3cd01c3b00d7a85edc775f49d9c785e1af4.tar.gz
better error checking and SSL init by David Byron
Diffstat (limited to 'lib/ssluse.h')
-rw-r--r--lib/ssluse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssluse.h b/lib/ssluse.h
index 81c223d20..f02b21257 100644
--- a/lib/ssluse.h
+++ b/lib/ssluse.h
@@ -25,7 +25,7 @@
#include "urldata.h"
CURLcode Curl_SSLConnect(struct connectdata *conn, int sockindex);
-void Curl_SSL_init(void); /* Global SSL init */
+int Curl_SSL_init(void); /* Global SSL init */
void Curl_SSL_cleanup(void); /* Global SSL cleanup */
/* init the SSL session ID cache */