From f213e857abc1894530b389fb6635ba5b8eac94a8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 1 May 2003 13:37:36 +0000 Subject: Andy Cedilnik fixed some compiler warnings --- lib/ssluse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/ssluse.c') diff --git a/lib/ssluse.c b/lib/ssluse.c index 6a7f2aedb..a15649be9 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -697,6 +697,7 @@ static int Curl_ASN1_UTCTIME_output(struct connectdata *conn, #endif /* ====================================================== */ +#ifdef USE_SSLEAY static int cert_hostcheck(const char *certname, const char *hostname) { @@ -733,6 +734,7 @@ cert_hostcheck(const char *certname, const char *hostname) } return 0; } +#endif /* ====================================================== */ CURLcode -- cgit v1.2.3