diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-01 12:08:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-01 12:08:24 (GMT) |
commit | 261359919c0cef39b147a819a47188d82d0c5044 (patch) | |
tree | 7c3eca2c3df28b29027a79c2901e0697846da621 /Source/CTest/Curl/ssluse.c | |
parent | 0d431a1daa33d966a82831eeb970314541f40a75 (diff) | |
download | CMake-261359919c0cef39b147a819a47188d82d0c5044.zip CMake-261359919c0cef39b147a819a47188d82d0c5044.tar.gz CMake-261359919c0cef39b147a819a47188d82d0c5044.tar.bz2 |
ERR: Remove some curl warnings
Diffstat (limited to 'Source/CTest/Curl/ssluse.c')
-rw-r--r-- | Source/CTest/Curl/ssluse.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/Curl/ssluse.c b/Source/CTest/Curl/ssluse.c index 07dae8b..5049746 100644 --- a/Source/CTest/Curl/ssluse.c +++ b/Source/CTest/Curl/ssluse.c @@ -673,6 +673,7 @@ static int Curl_ASN1_UTCTIME_output(struct connectdata *conn, #endif /* ====================================================== */ +#ifdef USE_SSLEAY static int cert_hostcheck(const char *certname, const char *hostname) { @@ -709,6 +710,7 @@ cert_hostcheck(const char *certname, const char *hostname) } return 0; } +#endif /* ====================================================== */ CURLcode |