diff options
Diffstat (limited to 'lib/vtls')
-rw-r--r-- | lib/vtls/cyassl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/cyassl.h b/lib/vtls/cyassl.h index 1f2cf08c8..f47719e4e 100644 --- a/lib/vtls/cyassl.h +++ b/lib/vtls/cyassl.h @@ -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_* */ |