fixup return code

This commit is contained in:
Daniel Stenberg 2026-04-10 23:29:18 +02:00
parent ce07884b17
commit c3fec40010
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -88,7 +88,7 @@ static CURLcode test_lib1587(const char *URL)
curl_global_cleanup();
return (int)result;
return result;
}
#else
/* without OpenSSL this does nothing */