aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-09-13 15:28:08 +0200
committerDaniel Stenberg <daniel@haxx.se>2014-09-13 15:28:08 +0200
commit4c2e40a4889db370308c77e63dd2f10d3a292bdf (patch)
treedf6d0e99485b6283201a9fb26894081e44a2142e /lib/vtls/openssl.h
parent7494f0f4981b2ccb55f1fc5aecad383a0d9a8569 (diff)
url: let the backend decide CURLOPT_SSL_CTX_ support
... to further remove specific TLS backend knowledge from url.c
Diffstat (limited to 'lib/vtls/openssl.h')
-rw-r--r--lib/vtls/openssl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/vtls/openssl.h b/lib/vtls/openssl.h
index e6f205170..9c2602f94 100644
--- a/lib/vtls/openssl.h
+++ b/lib/vtls/openssl.h
@@ -82,6 +82,9 @@ void Curl_ossl_md5sum(unsigned char *tmp, /* input */
/* this backend supports CURLOPT_CERTINFO */
#define have_curlssl_certinfo 1
+/* this backend suppots CURLOPT_SSL_CTX_* */
+#define have_curlssl_ssl_ctx 1
+
/* API setup for OpenSSL */
#define curlssl_init Curl_ossl_init
#define curlssl_cleanup Curl_ossl_cleanup