mirror of
https://github.com/curl/curl.git
synced 2026-06-18 06:25:38 +03:00
fixed to build fine without ssl
This commit is contained in:
parent
c86768d856
commit
ff5b6ff528
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue