mirror of
https://github.com/curl/curl.git
synced 2026-07-25 09:47:49 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue