summaryrefslogtreecommitdiff
path: root/lib/x509asn1.h
diff options
context:
space:
mode:
authorPatrick Monnerat <pm@datasphere.ch>2013-10-30 11:12:06 +0100
committerPatrick Monnerat <pm@datasphere.ch>2013-10-30 11:12:06 +0100
commitf6c335d63f2da025a0a3efde1fe59e3bb7189b70 (patch)
tree76fafce3ea32f251118b686fabf288f604b6ef88 /lib/x509asn1.h
parent2bd72fa61ca21c2072e09cc6808db0371847bb2c (diff)
downloadcurl-f6c335d63f2da025a0a3efde1fe59e3bb7189b70.tar.gz
NSS: support for CERTINFO feature
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 2276b5b64..1741d6dca 100644
--- a/lib/x509asn1.h
+++ b/lib/x509asn1.h
@@ -25,7 +25,7 @@
#include "curl_setup.h"
-#if defined(USE_QSOSSL) || defined(USE_GSKIT)
+#if defined(USE_QSOSSL) || defined(USE_GSKIT) || defined(USE_NSS)
#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 or USE_GSKIT */
+#endif /* USE_QSOSSL or USE_GSKIT or USE_NSS */
#endif /* HEADER_CURL_X509ASN1_H */