mirror of
https://github.com/curl/curl.git
synced 2026-07-31 07:58:04 +03:00
lib5004.c drop redundant cast
This commit is contained in:
parent
68dddd7973
commit
60d730a760
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue