mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:13:43 +03:00
lib5000.c drop redundant cast
This commit is contained in:
parent
60d730a760
commit
09efa5d23a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ static CURLcode test_lib5000(const char *URL)
|
||||||
}
|
}
|
||||||
|
|
||||||
easy_setopt(curl, CURLOPT_VERBOSE, 1L);
|
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,
|
easy_setopt(curl, CURLOPT_HTTPSIG_KEY,
|
||||||
"9f8362f87a484a954e6e740c5b4c0e84"
|
"9f8362f87a484a954e6e740c5b4c0e84"
|
||||||
"229139a20aa8ab56ff66586f6a7d29c5");
|
"229139a20aa8ab56ff66586f6a7d29c5");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue