mirror of
https://github.com/curl/curl.git
synced 2026-04-16 16:31:42 +03:00
use the modern name for this option
This commit is contained in:
parent
fd903eb6be
commit
2e83006603
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ int main(int argc, char **argv) {
|
|||
{
|
||||
FILE *outfp;
|
||||
BIO_get_fp(out,&outfp);
|
||||
curl_easy_setopt(p.curl, CURLOPT_FILE,outfp);
|
||||
curl_easy_setopt(p.curl, CURLOPT_WRITEDATA, outfp);
|
||||
}
|
||||
|
||||
res = curl_easy_setopt(p.curl, CURLOPT_SSL_CTX_FUNCTION, sslctxfun) ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue