diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-03-03 13:41:48 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-03-03 13:41:48 +0100 |
commit | a21c04f391b69d4540f613bf696cf773fd159a64 (patch) | |
tree | 128c83ed615c68db6183f01250e731936bff216f /lib/hostcheck.c | |
parent | c01467b7539734590d9a377c9f755a9746bc529e (diff) | |
download | curl-a21c04f391b69d4540f613bf696cf773fd159a64.tar.gz |
hostcheck: update comment after previous change
Diffstat (limited to 'lib/hostcheck.c')
-rw-r--r-- | lib/hostcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostcheck.c b/lib/hostcheck.c index 61a13935a..24ddd8960 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 */ |