mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +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;
|
||||
}
|
||||
#else /* USE_SSLEAY */
|
||||
CURLcode test(char *URL)
|
||||
int test(char *URL)
|
||||
{
|
||||
(void)URL;
|
||||
return CURLE_FAILED_INIT;
|
||||
|
Loading…
Reference in New Issue
Block a user