SSL: (part 2) Added CyaSSL to SSL abstraction layer
This is the modified existing files commit.
This commit is contained in:

committed by
Daniel Stenberg

parent
a8f30fa555
commit
9e60d8fd9e
@@ -1850,7 +1850,7 @@ static int https_getsock(struct connectdata *conn,
|
||||
}
|
||||
#else
|
||||
#if defined(USE_NSS) || defined(USE_QSOSSL) || \
|
||||
defined(USE_POLARSSL) || defined(USE_AXTLS)
|
||||
defined(USE_POLARSSL) || defined(USE_AXTLS) || defined(USE_CYASSL)
|
||||
static int https_getsock(struct connectdata *conn,
|
||||
curl_socket_t *socks,
|
||||
int numsocks)
|
||||
|
Reference in New Issue
Block a user