Loading lib/vtls/cyassl.h +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
lib/vtls/cyassl.h +1 −1 Original line number Diff line number Diff line Loading @@ -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