From 09efa5d23aeba10196edb9db87ee81d3cd802cfd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 30 Jul 2026 01:17:23 +0200 Subject: [PATCH] lib5000.c drop redundant cast --- tests/libtest/lib5000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib5000.c b/tests/libtest/lib5000.c index 05c5b99ac4..511b26c8e4 100644 --- a/tests/libtest/lib5000.c +++ b/tests/libtest/lib5000.c @@ -42,7 +42,7 @@ static CURLcode test_lib5000(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");