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/openssl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vtls/openssl.c') diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index bc5475e53..a96604dd6 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -3417,6 +3417,7 @@ static void *Curl_ossl_get_internals(struct ssl_connect_data *connssl, const struct Curl_ssl Curl_ssl_openssl = { "openssl", /* name */ + CURLSSLBACKEND_OPENSSL, 1, /* have_ca_path */ 1, /* have_certinfo */ -- cgit v1.2.3