fixed to build fine without ssl

This commit is contained in:
Daniel Stenberg 2003-10-08 13:06:50 +00:00
Родитель c86768d856
Коммит ff5b6ff528
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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