aboutsummaryrefslogtreecommitdiff
path: root/lib/x509asn1.h
diff options
context:
space:
mode:
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 8eabf8b0b..2276b5b64 100644
--- a/lib/x509asn1.h
+++ b/lib/x509asn1.h
@@ -25,7 +25,7 @@
#include "curl_setup.h"
-#if defined(USE_QSOSSL)
+#if defined(USE_QSOSSL) || defined(USE_GSKIT)
#include "urldata.h"
@@ -125,5 +125,5 @@ CURLcode Curl_extract_certinfo(struct connectdata * conn, int certnum,
CURLcode Curl_verifyhost(struct connectdata * conn,
const char * beg, const char * end);
-#endif /* USE_QSOSSL */
+#endif /* USE_QSOSSL or USE_GSKIT */
#endif /* HEADER_CURL_X509ASN1_H */