mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
fixed the no-ssl version to return int as well
This commit is contained in:
parent
eebcf90942
commit
7729c63be0
@ -251,7 +251,7 @@ int test(char *URL)
|
|||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
#else /* USE_SSLEAY */
|
#else /* USE_SSLEAY */
|
||||||
CURLcode test(char *URL)
|
int test(char *URL)
|
||||||
{
|
{
|
||||||
(void)URL;
|
(void)URL;
|
||||||
return CURLE_FAILED_INIT;
|
return CURLE_FAILED_INIT;
|
||||||
|
Loading…
Reference in New Issue
Block a user