]> granicus.if.org Git - curl/commitdiff
cyassl: fix typo
authorJay Satiro <raysatiro@yahoo.com>
Tue, 21 Feb 2017 22:00:17 +0000 (17:00 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 22 Feb 2017 03:24:39 +0000 (22:24 -0500)
lib/vtls/cyassl.h

index 1f2cf08c8b65102c88132c6fcc059e696948b44c..f47719e4e73bc25219bc400f6e9443cf9892c830 100644 (file)
@@ -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_* */