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/polarssl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vtls/polarssl.c') diff --git a/lib/vtls/polarssl.c b/lib/vtls/polarssl.c index 7d1b3b1fd..ae3f6f814 100644 --- a/lib/vtls/polarssl.c +++ b/lib/vtls/polarssl.c @@ -902,6 +902,7 @@ static void *Curl_polarssl_get_internals(struct ssl_connect_data *connssl, const struct Curl_ssl Curl_ssl_polarssl = { "polarssl", /* name */ + CURLSSLBACKEND_POLARSSL, 1, /* have_ca_path */ 0, /* have_certinfo */ -- cgit v1.2.3