diff options
Diffstat (limited to 'tests/libtest/lib509.c')
-rw-r--r-- | tests/libtest/lib509.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index d9774d129..0f956ebfb 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -159,8 +159,7 @@ static CURLcode sslctxfun(CURL * curl, void * sslctx, void * parm) return CURLE_OK ; } - -CURLcode test(char *URL) +int test(char *URL) { CURLM* multi; sslctxparm p; |