Rob Crittenden fixed SSL connections with NSS done with the multi-interface

This commit is contained in:
Daniel Stenberg
2007-11-18 09:45:05 +00:00
parent 536f98a766
commit c80b9c3778
3 changed files with 7 additions and 1 deletions

View File

@@ -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