Loading docs/examples/curlx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -453,7 +453,7 @@ int main(int argc, char **argv) { { { FILE *outfp; FILE *outfp; BIO_get_fp(out,&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) ; res = curl_easy_setopt(p.curl, CURLOPT_SSL_CTX_FUNCTION, sslctxfun) ; Loading Loading
docs/examples/curlx.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -453,7 +453,7 @@ int main(int argc, char **argv) { { { FILE *outfp; FILE *outfp; BIO_get_fp(out,&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) ; res = curl_easy_setopt(p.curl, CURLOPT_SSL_CTX_FUNCTION, sslctxfun) ; Loading