aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/schannel.h
diff options
context:
space:
mode:
authorAndrew Kurushin <ajax16384@gmail.com>2016-06-01 08:48:30 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-06-01 08:50:01 +0200
commit6cabd78531f80d5c6cd942ed1aa97eaa5ec080df (patch)
tree13c57e22e971834f40dafb2c10605f17c04f27f0 /lib/vtls/schannel.h
parentc444ace5568cdbd7c4f85fecb3f05680aaa5b96d (diff)
schannel: add CURLOPT_CERTINFO support
Closes #822
Diffstat (limited to 'lib/vtls/schannel.h')
-rw-r--r--lib/vtls/schannel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/vtls/schannel.h b/lib/vtls/schannel.h
index a314b34f9..8a4991ec8 100644
--- a/lib/vtls/schannel.h
+++ b/lib/vtls/schannel.h
@@ -97,6 +97,9 @@ int Curl_schannel_random(unsigned char *entropy, size_t length);
/* Set the API backend definition to Schannel */
#define CURL_SSL_BACKEND CURLSSLBACKEND_SCHANNEL
+/* this backend supports CURLOPT_CERTINFO */
+#define have_curlssl_certinfo 1
+
/* API setup for Schannel */
#define curlssl_init Curl_schannel_init
#define curlssl_cleanup Curl_schannel_cleanup