fixed the no-ssl version to return int as well
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Feb 2004 15:39:06 +0000 (15:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Feb 2004 15:39:06 +0000 (15:39 +0000)
tests/libtest/lib509.c

index 0f956eb..d1f32e7 100644 (file)
@@ -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;