From a53bda35e9a2acf4f2432b2d1b2d44497d68971e Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 24 Jun 2017 00:25:29 +0200 Subject: vtls: fold the backend ID into the Curl_ssl structure Signed-off-by: Johannes Schindelin --- lib/vtls/mbedtls.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vtls/mbedtls.c') diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c index a46fb5fdc..61eee09bc 100644 --- a/lib/vtls/mbedtls.c +++ b/lib/vtls/mbedtls.c @@ -1040,6 +1040,7 @@ static void *Curl_mbedtls_get_internals(struct ssl_connect_data *connssl, const struct Curl_ssl Curl_ssl_mbedtls = { "mbedtls", /* name */ + CURLSSLBACKEND_MBEDTLS, 0, /* have_ca_path */ 0, /* have_certinfo */ -- cgit v1.2.3