summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-08-30 12:48:53 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-31 00:55:36 +0200
commit410bf6b7b18eb672d77eb0015e48410992468ed7 (patch)
tree5556394e978f5b9f0bb711fd152fd18dad2ae791
parent5734f73f0d5d13f7b66de7e323da5ca9e7bb2b06 (diff)
downloadcurl-410bf6b7b18eb672d77eb0015e48410992468ed7.tar.gz
cyassl: call it the "WolfSSL" backend
... instead of cyassl, as this is the current name for it. Closes #1844
-rw-r--r--lib/vtls/cyassl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vtls/cyassl.c b/lib/vtls/cyassl.c
index 122cfda57..910ca15cf 100644
--- a/lib/vtls/cyassl.c
+++ b/lib/vtls/cyassl.c
@@ -978,7 +978,7 @@ static void *Curl_cyassl_get_internals(struct ssl_connect_data *connssl,
}
const struct Curl_ssl Curl_ssl_cyassl = {
- { CURLSSLBACKEND_CYASSL, "cyassl" }, /* info */
+ { CURLSSLBACKEND_WOLFSSL, "WolfSSL" }, /* info */
0, /* have_ca_path */
0, /* have_certinfo */