1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

cyassl: call it the "WolfSSL" backend

... instead of cyassl, as this is the current name for it.

Closes #1844
This commit is contained in:
Daniel Stenberg 2017-08-30 12:48:53 +02:00
parent 5734f73f0d
commit 410bf6b7b1
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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 */