]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: acme: remove acme_req_auth() and use acme_post_as_get() instead
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 23 Jul 2025 12:05:16 +0000 (14:05 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 23 Jul 2025 14:07:03 +0000 (16:07 +0200)
commitc103123c9ec32402036df74759af34f5bdcd6494
tree961dd2539b21762f9fef5888d94f88e4505e6350
parent08d664b17c13cd7c2000de8dfec38ba0fb7711c0
MINOR: acme: remove acme_req_auth() and use acme_post_as_get() instead

acme_req_auth() is only a call to acme_post_as_get() now, there's no
reason to keep the function. This patch removes it.
src/acme.c