chore: bump deps
This commit is contained in:
4
deps/curl/tests/libtest/lib521.c
vendored
4
deps/curl/tests/libtest/lib521.c
vendored
@ -25,7 +25,7 @@
|
||||
|
||||
#include "memdebug.h"
|
||||
|
||||
int test(char *URL)
|
||||
CURLcode test(char *URL)
|
||||
{
|
||||
CURLcode res;
|
||||
CURL *curl;
|
||||
@ -54,5 +54,5 @@ test_cleanup:
|
||||
curl_easy_cleanup(curl);
|
||||
curl_global_cleanup();
|
||||
|
||||
return (int)res;
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user