]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl/ckch: fix ckch_conf_kws parsing without ACME 20251106-generate-keys
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 6 Nov 2025 11:22:38 +0000 (12:22 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 6 Nov 2025 11:27:27 +0000 (12:27 +0100)
commita8498cde74ee55b07050c0c0009822f5f0b25008
tree66ea336e90854cdeb0ed41d9841b40683365710a
parent22f92804d6b831cd67df74631bd1fb343a03ce4d
BUILD: ssl/ckch: fix ckch_conf_kws parsing without ACME

Without ACME, the tmp_pkey and tmp_x509 functions are not available, the
patch checks HAVE_ACME to use them.
src/ssl_ckch.c