summaryrefslogtreecommitdiff
path: root/lib/x509asn1.c
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.c
parentc444ace5568cdbd7c4f85fecb3f05680aaa5b96d (diff)
downloadcurl-6cabd78531f80d5c6cd942ed1aa97eaa5ec080df.tar.gz
schannel: add CURLOPT_CERTINFO support
Closes #822
Diffstat (limited to 'lib/x509asn1.c')
-rw-r--r--lib/x509asn1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509asn1.c b/lib/x509asn1.c
index c221ba075..fcff7f0b8 100644
--- a/lib/x509asn1.c
+++ b/lib/x509asn1.c
@@ -23,7 +23,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 <curl/curl.h>
#include "urldata.h"
@@ -1025,7 +1025,7 @@ CURLcode Curl_extract_certinfo(struct connectdata * conn,
return CURLE_OK;
}
-#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 */
#if defined(USE_GSKIT)