summaryrefslogtreecommitdiff
path: root/lib/vtls/cyassl.h
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2017-02-21 17:00:17 -0500
committerJay Satiro <raysatiro@yahoo.com>2017-02-21 22:24:39 -0500
commit0e8d3e838eafa75fe1373db757a2940cb33a2ba8 (patch)
treeec0499f0550cbf0d781e9c47be4d5e8f0787d850 /lib/vtls/cyassl.h
parenta7135ac3c3d825ec9f4919ee0212434e01e76b4c (diff)
downloadgnurl-0e8d3e838eafa75fe1373db757a2940cb33a2ba8.tar.gz
gnurl-0e8d3e838eafa75fe1373db757a2940cb33a2ba8.tar.bz2
gnurl-0e8d3e838eafa75fe1373db757a2940cb33a2ba8.zip
cyassl: fix typo
Diffstat (limited to 'lib/vtls/cyassl.h')
-rw-r--r--lib/vtls/cyassl.h2
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_* */