mirror of
https://github.com/curl/curl.git
synced 2026-06-07 18:24:16 +03:00
drop cast for CURLSSLOPT_REVOKE_BEST_EFFORT
This commit is contained in:
parent
964e01a3a7
commit
779acf04a0
1 changed files with 1 additions and 2 deletions
|
|
@ -80,8 +80,7 @@ static CURLcode test_cert_blob(const char *url, const char *cafile)
|
|||
curl_easy_setopt(curl, CURLOPT_HEADER, 1L);
|
||||
curl_easy_setopt(curl, CURLOPT_URL, url);
|
||||
curl_easy_setopt(curl, CURLOPT_USERAGENT, "CURLOPT_CAINFO_BLOB");
|
||||
curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS,
|
||||
(long)CURLSSLOPT_REVOKE_BEST_EFFORT);
|
||||
curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, CURLSSLOPT_REVOKE_BEST_EFFORT);
|
||||
|
||||
blob.data = certdata;
|
||||
blob.len = certsize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue