From bdb0620529ecb58b879dcf7de67885f211812aee Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Mon, 13 Dec 2004 16:43:00 +0000 Subject: Added handling of CURLINFO_SSL_ENGINES; Added Curl_SSL_engines_list(), cleanup SSL in url.c (no HAVE_OPENSSL_x etc.). --- lib/urldata.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 82af82e8d..bba17a649 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -974,7 +974,8 @@ struct SessionHandle { other dynamic purposes */ struct PureInfo info; /* stats, reports and info data */ #if defined(USE_SSLEAY) && defined(HAVE_OPENSSL_ENGINE_H) - ENGINE* engine; + ENGINE *engine; + struct curl_slist *engine_list; /* list of names from ENGINE_get_id() */ #endif /* USE_SSLEAY */ }; -- cgit v1.2.3