1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

cyassl: fix typo

This commit is contained in:
Jay Satiro 2017-02-21 17:00:17 -05:00
parent a7135ac3c3
commit 0e8d3e838e

View File

@ -59,7 +59,7 @@ void Curl_cyassl_sha256sum(const unsigned char *tmp, /* input */
unsigned char *sha256sum, /* output */ unsigned char *sha256sum, /* output */
size_t unused); size_t unused);
/* Set the API backend definition to Schannel */ /* Set the API backend definition to CyaSSL */
#define CURL_SSL_BACKEND CURLSSLBACKEND_CYASSL #define CURL_SSL_BACKEND CURLSSLBACKEND_CYASSL
/* this backend supports CURLOPT_SSL_CTX_* */ /* this backend supports CURLOPT_SSL_CTX_* */