Rebuild against new OpenSSH (because of soname bump).
[fedora-mingw.git] / curl / curl-7.17.1-sslgen.patch
1 --- curl-7.17.1/lib/sslgen.c.orig       2007-11-16 22:48:48.000000000 -0500
2 +++ curl-7.17.1/lib/sslgen.c    2007-11-16 22:49:19.000000000 -0500
3 @@ -243,6 +243,7 @@
4  #else
5  #ifdef USE_NSS
6    *done = TRUE; /* fallback to BLOCKING */
7 +  conn->ssl[sockindex].use = TRUE;
8    return Curl_nss_connect(conn, sockindex);
9  #else
10  #ifdef USE_QSOSSL