aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/nssg.h
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2014-04-17 13:27:39 +0200
committerKamil Dudka <kdudka@redhat.com>2014-04-22 22:56:14 +0200
commit8868a226cdad66a9a07d6e3f168884817592a1df (patch)
tree510bc8ec34691d9c156d30228e60dcea7708c0d4 /lib/vtls/nssg.h
parenta43bba3a34ed8912c4ca10f213590d1998ba0d29 (diff)
nss: implement non-blocking SSL handshake
Diffstat (limited to 'lib/vtls/nssg.h')
-rw-r--r--lib/vtls/nssg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vtls/nssg.h b/lib/vtls/nssg.h
index 38181a958..21e96ce4b 100644
--- a/lib/vtls/nssg.h
+++ b/lib/vtls/nssg.h
@@ -68,6 +68,7 @@ void Curl_nss_md5sum(unsigned char *tmp, /* input */
#define curlssl_init Curl_nss_init
#define curlssl_cleanup Curl_nss_cleanup
#define curlssl_connect Curl_nss_connect
+#define curlssl_connect_nonblocking Curl_nss_connect_nonblocking
/* NSS has its own session ID cache */
#define curlssl_session_free(x) Curl_nop_stmt