]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: use curl_getenv instead of the curlx_ version
authorDaniel Stenberg <daniel@haxx.se>
Sat, 30 Mar 2024 09:41:21 +0000 (10:41 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 30 Mar 2024 21:45:47 +0000 (22:45 +0100)
commit9126b141c9398fed05652e785919706a711695b4
tree197523487b350168eea2535216d796b1d7da1a4f
parent4a98db378646748fbc6eaf1a4a636d6a9f5fde2b
curl: use curl_getenv instead of the curlx_ version

The curlx one was once introduced when we still considered dropping the
libcurl function at some point. To reduce confusion and to make it
easier to understand when curl_free() should be used, use the actual
libcurl function call directly instead.

Closes #13230
lib/curlx.h
src/tool_cb_hdr.c
src/tool_cb_prg.c
src/tool_cb_wrt.c
src/tool_ipfs.c
src/tool_main.c
src/tool_operate.c
src/tool_operhlp.c