mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:03:37 +03:00
vtls: add MesaLink to curl_sslbackend enum
MesaLink support was added in commit 57348eb97d but the
backend was never added to the curl_sslbackend enum in curl/curl.h.
This adds the new backend to the enum and updates the relevant docs.
Closes #3195
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
98d9a33de4
commit
1460e89e01
6 changed files with 13 additions and 6 deletions
|
|
@ -596,7 +596,7 @@ Curl_mesalink_get_internals(struct ssl_connect_data *connssl,
|
|||
}
|
||||
|
||||
const struct Curl_ssl Curl_ssl_mesalink = {
|
||||
{ CURLSSLBACKEND_WOLFSSL, "MesaLink" }, /* info */
|
||||
{ CURLSSLBACKEND_MESALINK, "MesaLink" }, /* info */
|
||||
|
||||
SSLSUPP_SSL_CTX,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue