From 10b6d81c648f5ee49405a031e6a609802c1609d6 Mon Sep 17 00:00:00 2001 From: Eric Hu Date: Wed, 12 Jun 2013 10:36:31 +0200 Subject: axtls: now done non-blocking --- lib/axtls.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/axtls.h') diff --git a/lib/axtls.h b/lib/axtls.h index 8d33b1c7a..db9136597 100644 --- a/lib/axtls.h +++ b/lib/axtls.h @@ -30,6 +30,10 @@ int Curl_axtls_init(void); int Curl_axtls_cleanup(void); CURLcode Curl_axtls_connect(struct connectdata *conn, int sockindex); +CURLcode Curl_axtls_connect_nonblocking( + struct connectdata *conn, + int sockindex, + bool *done); /* tell axTLS to close down all open information regarding connections (and thus session ID caching etc) */ @@ -47,6 +51,7 @@ int Curl_axtls_check_cxn(struct connectdata *conn); #define curlssl_init Curl_axtls_init #define curlssl_cleanup Curl_axtls_cleanup #define curlssl_connect Curl_axtls_connect +#define curlssl_connect_nonblocking Curl_axtls_connect_nonblocking #define curlssl_session_free(x) Curl_axtls_session_free(x) #define curlssl_close_all Curl_axtls_close_all #define curlssl_close Curl_axtls_close -- cgit v1.2.3