aboutsummaryrefslogtreecommitdiff
path: root/lib/sslgen.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-11-18 09:45:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-11-18 09:45:05 +0000
commitc80b9c3778597058f60b40b439bcf09a400d0012 (patch)
tree899c622d1cc2f02791092fdb36c10e5443700b8c /lib/sslgen.c
parent536f98a766143cf8c3222642cb5c00b4f994701a (diff)
Rob Crittenden fixed SSL connections with NSS done with the multi-interface
Diffstat (limited to 'lib/sslgen.c')
-rw-r--r--lib/sslgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sslgen.c b/lib/sslgen.c
index b76f807b8..a8f4e2539 100644
--- a/lib/sslgen.c
+++ b/lib/sslgen.c
@@ -243,6 +243,7 @@ Curl_ssl_connect_nonblocking(struct connectdata *conn, int sockindex,
#else
#ifdef USE_NSS
*done = TRUE; /* fallback to BLOCKING */
+ conn->ssl[sockindex].use = TRUE;
return Curl_nss_connect(conn, sockindex);
#else
#ifdef USE_QSOSSL