Commit 7729c63b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed the no-ssl version to return int as well

parent eebcf909
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;