From: Daniel Stenberg Date: Wed, 8 Oct 2003 13:06:50 +0000 (+0000) Subject: fixed to build fine without ssl X-Git-Tag: curl-7_10_8~158 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff5b6ff5288d29dee7a8e8d24d0948451350cb50;p=thirdparty%2Fcurl.git fixed to build fine without ssl --- diff --git a/lib/ssluse.c b/lib/ssluse.c index 8b04ccf1ff..4edb72072c 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -743,7 +743,6 @@ cert_hostcheck(const char *certname, const char *hostname) } return 0; } -#endif static CURLcode verifyhost(struct connectdata *conn) { @@ -886,6 +885,7 @@ static CURLcode verifyhost(struct connectdata *conn) return CURLE_OK; } +#endif /* ====================================================== */ CURLcode