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: upstream/7.37.1~13436 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7729c63be04d6612126a991dd25507716babae0e;p=platform%2Fupstream%2Fcurl.git fixed the no-ssl version to return int as well --- diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index 0f956eb..d1f32e7 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;