diff options
-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 */ |