mirror of
https://github.com/curl/curl.git
synced 2026-08-06 16:26:15 +03:00
drop cast for CURLUSESSL_ALL docs, for consistency
This commit is contained in:
parent
68fddcfea2
commit
523ed3a633
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ int main(void)
|
|||
curl_easy_setopt(curl, CURLOPT_URL, "ftp://example.com/dir/file.ext");
|
||||
|
||||
/* require use of SSL for this, or fail */
|
||||
curl_easy_setopt(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_ALL);
|
||||
curl_easy_setopt(curl, CURLOPT_USE_SSL, CURLUSESSL_ALL);
|
||||
|
||||
/* Perform the request */
|
||||
curl_easy_perform(curl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue