From: Daniel Stenberg Date: Mon, 3 Mar 2014 12:41:48 +0000 (+0100) Subject: hostcheck: update comment after previous change X-Git-Tag: curl-7_36_0~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21c04f391b69d4540f613bf696cf773fd159a64;p=thirdparty%2Fcurl.git hostcheck: update comment after previous change --- diff --git a/lib/hostcheck.c b/lib/hostcheck.c index 61a13935ab..24ddd89607 100644 --- a/lib/hostcheck.c +++ b/lib/hostcheck.c @@ -94,4 +94,4 @@ int Curl_cert_hostcheck(const char *match_pattern, const char *hostname) return 0; } -#endif /* SSLEAY or AXTLS or QSOSSL or GSKIT or NSS */ +#endif /* SSLEAY or AXTLS or QSOSSL or GSKIT */