c9238ef
--- curl-7.17.1/lib/sslgen.c.orig	2007-11-16 22:48:48.000000000 -0500
c9238ef
+++ curl-7.17.1/lib/sslgen.c	2007-11-16 22:49:19.000000000 -0500
c9238ef
@@ -243,6 +243,7 @@
c9238ef
 #else
c9238ef
 #ifdef USE_NSS
c9238ef
   *done = TRUE; /* fallback to BLOCKING */
c9238ef
+  conn->ssl[sockindex].use = TRUE;
c9238ef
   return Curl_nss_connect(conn, sockindex);
c9238ef
 #else
c9238ef
 #ifdef USE_QSOSSL