summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Garske <david@wolfssl.com>2018-04-11 09:46:08 -0700
committerJay Satiro <raysatiro@yahoo.com>2018-05-02 03:01:54 -0400
commitb2e59a886b8e614b7aa5982b6fe01796a28059d0 (patch)
tree2a43e31efc4ed0906614ec215de407cc1149952e
parent97f63f512d19835a573f6f7635a5164a289cfe9c (diff)
downloadcurl-b2e59a886b8e614b7aa5982b6fe01796a28059d0.tar.gz
wolfssl: Fix non-blocking connect
Closes https://github.com/curl/curl/pull/2542
-rw-r--r--lib/vtls/vtls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c
index 07054f39d..1745fd882 100644
--- a/lib/vtls/vtls.c
+++ b/lib/vtls/vtls.c
@@ -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)
{