1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

fixed to build fine without ssl

This commit is contained in:
Daniel Stenberg 2003-10-08 13:06:50 +00:00
parent c86768d856
commit ff5b6ff528

View File

@ -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