diff options
-rw-r--r-- | tests/libtest/lib509.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |