mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:23:11 +03:00
fixed the no-ssl version to return int as well
This commit is contained in:
parent
eebcf90942
commit
7729c63be0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue