aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2014-04-23 15:37:26 +0200
committerKamil Dudka <kdudka@redhat.com>2014-04-25 15:08:12 +0200
commit9c941e92c4bd3d2a5dbe243f7517b6a6029afc6e (patch)
treec9539ad9a965f5876122dc0d104d6cf92e1e978b /lib/http.c
parent2e57c7e0fcfb9214b2a9dfa8b3da258ded013b8a (diff)
nss: propagate blocking direction from NSPR I/O
... during the non-blocking SSL handshake
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c
index 5f857ca6b..abcdd6ab8 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -1389,7 +1389,7 @@ static CURLcode https_connecting(struct connectdata *conn, bool *done)
#endif
#if defined(USE_SSLEAY) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
- defined(USE_DARWINSSL) || defined(USE_POLARSSL)
+ defined(USE_DARWINSSL) || defined(USE_POLARSSL) || defined(USE_NSS)
/* This function is for OpenSSL, GnuTLS, darwinssl, schannel and polarssl only.
It should be made to query the generic SSL layer instead. */
static int https_getsock(struct connectdata *conn,