summaryrefslogtreecommitdiff
path: root/lib/ssluse.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-21 21:54:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-21 21:54:44 +0000
commit83367f67de9584b91570bcb53a153b8aa496d455 (patch)
tree83fe48b1331c3b40653ea85ec56b663093feae12 /lib/ssluse.h
parent15f2647d713b2de6d76424ef83e5dd00cfd3403d (diff)
downloadcurl-83367f67de9584b91570bcb53a153b8aa496d455.tar.gz
Xavier Bouchoux made the SSL connection non-blocking for the multi interface
(when using OpenSSL).
Diffstat (limited to 'lib/ssluse.h')
-rw-r--r--lib/ssluse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssluse.h b/lib/ssluse.h
index 00345317d..1bbc2cc1c 100644
--- a/lib/ssluse.h
+++ b/lib/ssluse.h
@@ -29,6 +29,9 @@
#include "urldata.h"
CURLcode Curl_ossl_connect(struct connectdata *conn, int sockindex);
+CURLcode Curl_ossl_connect_nonblocking(struct connectdata *conn,
+ int sockindex,
+ bool *done);
void Curl_ossl_close(struct connectdata *conn); /* close a SSL connection */
/* tell OpenSSL to close down all open information regarding connections (and
thus session ID caching etc) */