mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
SSL: (part 2) Added CyaSSL to SSL abstraction layer
This is the modified existing files commit.
This commit is contained in:
parent
a8f30fa555
commit
9e60d8fd9e
6 changed files with 107 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue