From: Daniel Stenberg Date: Thu, 19 Feb 2004 15:39:06 +0000 (+0000) Subject: fixed the no-ssl version to return int as well X-Git-Tag: cares-1_1_0~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7729c63be04d6612126a991dd25507716babae0e;p=curl fixed the no-ssl version to return int as well --- diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index 0f956ebfb..d1f32e7c6 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -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;