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:
parent
5734f73f0d
commit
410bf6b7b1
@ -978,7 +978,7 @@ static void *Curl_cyassl_get_internals(struct ssl_connect_data *connssl,
|
|||||||
}
|
}
|
||||||
|
|
||||||
const struct Curl_ssl Curl_ssl_cyassl = {
|
const struct Curl_ssl Curl_ssl_cyassl = {
|
||||||
{ CURLSSLBACKEND_CYASSL, "cyassl" }, /* info */
|
{ CURLSSLBACKEND_WOLFSSL, "WolfSSL" }, /* info */
|
||||||
|
|
||||||
0, /* have_ca_path */
|
0, /* have_ca_path */
|
||||||
0, /* have_certinfo */
|
0, /* have_certinfo */
|
||||||
|
Loading…
Reference in New Issue
Block a user