]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_ssls: switch to tool-specific get_line function
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Feb 2025 09:51:01 +0000 (10:51 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Feb 2025 21:25:35 +0000 (22:25 +0100)
commitd8618f4d8480a8aa245c14f9cf3f1bcab92846c1
treed0eab9f0a8ef84c3eded5c132a672d08ae8a6f71
parent3814fb5a9f94eb4a6cb6a39d3beeb8921dbc4857
tool_ssls: switch to tool-specific get_line function

Instead of picky-backing on the libcurl one using the curlx shortcut,
which is fragile since the libcurl one is not present in all builds.

Reported-by: mschroeder-fzj on github
Fixes #16201
Closes #16203
src/Makefile.inc
src/tool_parsecfg.c
src/tool_parsecfg.h
src/tool_ssls.c