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/darwinssl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vtls/darwinssl.c') diff --git a/lib/vtls/darwinssl.c b/lib/vtls/darwinssl.c index c0e71ccbe..f65e93d86 100644 --- a/lib/vtls/darwinssl.c +++ b/lib/vtls/darwinssl.c @@ -2891,6 +2891,7 @@ static void *Curl_darwinssl_get_internals(struct ssl_connect_data *connssl, const struct Curl_ssl Curl_ssl_darwinssl = { "darwinssl", /* name */ + CURLSSLBACKEND_DARWINSSL, 0, /* have_ca_path */ 0, /* have_certinfo */ -- cgit v1.2.3