aboutsummaryrefslogtreecommitdiff
path: root/lib/x509asn1.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/x509asn1.h
parentc444ace5568cdbd7c4f85fecb3f05680aaa5b96d (diff)
schannel: add CURLOPT_CERTINFO support
Closes #822
Diffstat (limited to 'lib/x509asn1.h')
-rw-r--r--lib/x509asn1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509asn1.h b/lib/x509asn1.h
index e6a1e2444..0f2b9304f 100644
--- a/lib/x509asn1.h
+++ b/lib/x509asn1.h
@@ -26,7 +26,7 @@
#include "curl_setup.h"
#if defined(USE_GSKIT) || defined(USE_NSS) || defined(USE_GNUTLS) || \
- defined(USE_CYASSL)
+ defined(USE_CYASSL) || defined(USE_SCHANNEL)
#include "urldata.h"
@@ -128,5 +128,5 @@ CURLcode Curl_extract_certinfo(struct connectdata * conn, int certnum,
CURLcode Curl_verifyhost(struct connectdata * conn,
const char * beg, const char * end);
-#endif /* USE_GSKIT or USE_NSS or USE_GNUTLS or USE_CYASSL */
+#endif /* USE_GSKIT or USE_NSS or USE_GNUTLS or USE_CYASSL or USE_SCHANNEL */
#endif /* HEADER_CURL_X509ASN1_H */