diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-07 09:40:46 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-07 09:40:46 +0000 |
commit | 46372c04ee06d75e2b7c0c60b1f80ee926a45749 (patch) | |
tree | 8a362d80511572f11be26980c1b39d27efab17b2 /lib/ssluse.h | |
parent | 6147879837a53d22c9be04e7a4fc315a297ba2b3 (diff) | |
download | curl-46372c04ee06d75e2b7c0c60b1f80ee926a45749.tar.gz |
made it compile properly when not building with SSL support
Diffstat (limited to 'lib/ssluse.h')
-rw-r--r-- | lib/ssluse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssluse.h b/lib/ssluse.h index 8ac4bf61b..e8115f007 100644 --- a/lib/ssluse.h +++ b/lib/ssluse.h @@ -24,6 +24,7 @@ *****************************************************************************/ #include "urldata.h" CURLcode Curl_SSLConnect(struct connectdata *conn); + void Curl_SSL_init(void); /* Global SSL init */ void Curl_SSL_cleanup(void); /* Global SSL cleanup */ |