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:
Daniel Gustafsson 2018-10-30 16:56:51 +01:00
parent 98d9a33de4
commit 1460e89e01
6 changed files with 13 additions and 6 deletions

View file

@ -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,