mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:43:32 +03:00
nss: propagate blocking direction from NSPR I/O
... during the non-blocking SSL handshake
This commit is contained in:
parent
2e57c7e0fc
commit
9c941e92c4
2 changed files with 104 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue