mirror of
https://github.com/curl/curl.git
synced 2026-05-14 07:26:19 +03:00
cyassl: fix typo
This commit is contained in:
parent
a7135ac3c3
commit
0e8d3e838e
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ void Curl_cyassl_sha256sum(const unsigned char *tmp, /* input */
|
|||
unsigned char *sha256sum, /* output */
|
||||
size_t unused);
|
||||
|
||||
/* Set the API backend definition to Schannel */
|
||||
/* Set the API backend definition to CyaSSL */
|
||||
#define CURL_SSL_BACKEND CURLSSLBACKEND_CYASSL
|
||||
|
||||
/* this backend supports CURLOPT_SSL_CTX_* */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue