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:
parent
c86768d856
commit
ff5b6ff528
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user