mirror of
https://github.com/curl/curl.git
synced 2026-06-06 17:04:19 +03:00
lib678.c whitespace
This commit is contained in:
parent
d1b8f15e6a
commit
a2b15c0594
1 changed files with 4 additions and 4 deletions
|
|
@ -76,10 +76,10 @@ static CURLcode test_cert_blob(const char *url, const char *cafile)
|
|||
}
|
||||
|
||||
if(loadfile(cafile, &certdata, &certsize)) {
|
||||
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
|
||||
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_VERBOSE, 1L);
|
||||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue