mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:53:32 +03:00
Update instances of some obsolete CURLOPTs to their new names
This commit is contained in:
parent
8ffe6f5b57
commit
3ae2b6cd7f
10 changed files with 12 additions and 13 deletions
|
|
@ -184,7 +184,7 @@ int main(void)
|
|||
rv = curl_easy_setopt(ch,CURLOPT_WRITEFUNCTION, *writefunction);
|
||||
rv = curl_easy_setopt(ch,CURLOPT_WRITEDATA, stdout);
|
||||
rv = curl_easy_setopt(ch,CURLOPT_HEADERFUNCTION, *writefunction);
|
||||
rv = curl_easy_setopt(ch,CURLOPT_WRITEHEADER, stderr);
|
||||
rv = curl_easy_setopt(ch,CURLOPT_HEADERDATA, stderr);
|
||||
rv = curl_easy_setopt(ch,CURLOPT_SSLCERTTYPE,"PEM");
|
||||
|
||||
/* both VERIFYPEER and VERIFYHOST are set to 0 in this case because there is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue