mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:07:17 +03:00
wolfssl: Fix non-blocking connect
Closes https://github.com/curl/curl/pull/2542
This commit is contained in:
parent
97f63f512d
commit
b2e59a886b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue