From 60d730a7600fa915e98c63ed67c8bb5fcec9024e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 30 Jul 2026 01:17:14 +0200 Subject: [PATCH] lib5004.c drop redundant cast --- tests/libtest/lib5004.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib5004.c b/tests/libtest/lib5004.c index 767bec410a..08ab3b6f38 100644 --- a/tests/libtest/lib5004.c +++ b/tests/libtest/lib5004.c @@ -49,7 +49,7 @@ static CURLcode test_lib5004(const char *URL) } easy_setopt(curl, CURLOPT_VERBOSE, 1L); - easy_setopt(curl, CURLOPT_HTTPSIG_ALGORITHM, (long)CURLHTTPSIG_ED25519); + easy_setopt(curl, CURLOPT_HTTPSIG_ALGORITHM, CURLHTTPSIG_ED25519); easy_setopt(curl, CURLOPT_HTTPSIG_KEY, "9f8362f87a484a954e6e740c5b4c0e84" "229139a20aa8ab56ff66586f6a7d29c5");