aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/cyassl.h
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2015-03-28 00:16:08 -0400
committerDaniel Stenberg <daniel@haxx.se>2015-03-28 16:41:51 +0100
commitfcdc597b1a78fcc2940a3725366af5559d4d2647 (patch)
tree87a2550f233f0da0e83b67ab0729b07d01cb27cb /lib/vtls/cyassl.h
parent623d24f3eefed95e397b822e7370ccb3c1b30914 (diff)
cyassl: CTX callback cosmetic changes and doc fix
- More descriptive fail message for NO_FILESYSTEM builds. - Cosmetic changes. - Change more of CURLOPT_SSL_CTX_* doc to not be OpenSSL specific.
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 ba64ab2ca..12638a76d 100644
--- a/lib/vtls/cyassl.h
+++ b/lib/vtls/cyassl.h
@@ -46,7 +46,7 @@ int Curl_cyassl_random(struct SessionHandle *data,
/* Set the API backend definition to Schannel */
#define CURL_SSL_BACKEND CURLSSLBACKEND_CYASSL
-/* this backend suppots CURLOPT_SSL_CTX_FUNCTION */
+/* this backend supports CURLOPT_SSL_CTX_* */
#define have_curlssl_ssl_ctx 1
/* API setup for CyaSSL */