]> git.ipfire.org Git - thirdparty/haproxy.git/commit
SCRIPTS: build-ssl: fix quictls build for 1.1.1 versions
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 19 Jan 2026 13:18:39 +0000 (14:18 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 19 Jan 2026 13:45:47 +0000 (14:45 +0100)
commit14e890d85e8b42dd0d1d4fd413ca4a6340120302
tree85280fe68760c454e23e07a8005476413021086e
parent818b32addc5c9dacd4dc416fb42929fca56e0737
SCRIPTS: build-ssl: fix quictls build for 1.1.1 versions

The quictls build function was not using anymore the right make target
to build older versions. make all must be used instead of make build_sw
for 1.1.1.
scripts/build-ssl.sh