lib5004.c drop redundant cast

This commit is contained in:
Viktor Szakats 2026-07-30 01:17:14 +02:00
parent 68dddd7973
commit 60d730a760
No known key found for this signature in database

View file

@ -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");