aboutsummaryrefslogtreecommitdiff
path: root/lib/ssluse.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-01 13:37:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-01 13:37:36 +0000
commitf213e857abc1894530b389fb6635ba5b8eac94a8 (patch)
tree9e915b8934b84cb21c8cebd5801a12988a34e6eb /lib/ssluse.c
parenteb6130baa76ad0689de5eb4a24f5717eed1baa89 (diff)
Andy Cedilnik fixed some compiler warnings
Diffstat (limited to 'lib/ssluse.c')
-rw-r--r--lib/ssluse.c2
1 files changed, 2 insertions, 0 deletions
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