mirror of
https://github.com/curl/curl.git
synced 2026-06-08 10:14:21 +03:00
CURLOPT_SSL_OPTIONS.md sync formatting with counterpart in PROXY
This commit is contained in:
parent
44834cd5ea
commit
9348e489a3
1 changed files with 2 additions and 2 deletions
|
|
@ -122,8 +122,8 @@ int main(void)
|
|||
CURLcode res;
|
||||
curl_easy_setopt(curl, CURLOPT_URL, "https://example.com/");
|
||||
/* weaken TLS only for use with silly servers */
|
||||
curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, CURLSSLOPT_ALLOW_BEAST |
|
||||
CURLSSLOPT_NO_REVOKE);
|
||||
curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS,
|
||||
CURLSSLOPT_ALLOW_BEAST | CURLSSLOPT_NO_REVOKE);
|
||||
res = curl_easy_perform(curl);
|
||||
curl_easy_cleanup(curl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue