From 3a24cb7bc456366cbc3a03f7ab6d2576105a1f2d Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 15 Jul 2013 18:16:13 +0200 Subject: x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extract Use from qssl backend --- lib/hostcheck.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/hostcheck.c') diff --git a/lib/hostcheck.c b/lib/hostcheck.c index 44ad822f0..ef32d8cff 100644 --- a/lib/hostcheck.c +++ b/lib/hostcheck.c @@ -22,8 +22,8 @@ #include "curl_setup.h" -#if defined(USE_SSLEAY) || defined(USE_AXTLS) -/* these two backends use functions from this file */ +#if defined(USE_SSLEAY) || defined(USE_AXTLS) || defined(USE_QSOSSL) +/* these backends use functions from this file */ #include "hostcheck.h" #include "rawstr.h" @@ -93,4 +93,4 @@ int Curl_cert_hostcheck(const char *match_pattern, const char *hostname) return 0; } -#endif /* SSLEAY or AXTLS */ +#endif /* SSLEAY or AXTLS or QSOSSL */ -- cgit v1.2.3