From: Jay Satiro Date: Tue, 21 Feb 2017 22:00:17 +0000 (-0500) Subject: cyassl: fix typo X-Git-Tag: curl-7_53_1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e8d3e838eafa75fe1373db757a2940cb33a2ba8;p=thirdparty%2Fcurl.git cyassl: fix typo --- diff --git a/lib/vtls/cyassl.h b/lib/vtls/cyassl.h index 1f2cf08c8b..f47719e4e7 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_* */