mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
wolfssl: Fix non-blocking connect
Closes https://github.com/curl/curl/pull/2542
This commit is contained in:
parent
97f63f512d
commit
b2e59a886b
@ -511,7 +511,7 @@ void Curl_ssl_close_all(struct Curl_easy *data)
|
||||
|
||||
#if defined(USE_OPENSSL) || defined(USE_GNUTLS) || defined(USE_SCHANNEL) || \
|
||||
defined(USE_DARWINSSL) || defined(USE_POLARSSL) || defined(USE_NSS) || \
|
||||
defined(USE_MBEDTLS)
|
||||
defined(USE_MBEDTLS) || defined(USE_CYASSL)
|
||||
int Curl_ssl_getsock(struct connectdata *conn, curl_socket_t *socks,
|
||||
int numsocks)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user