]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: acme: acme_will_expire() uses acme_schedule_date()
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 25 Sep 2025 13:14:31 +0000 (15:14 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 25 Sep 2025 13:14:31 +0000 (15:14 +0200)
commitc325e34e6d506aa50471e56d97b31697df3d7a5f
tree95e8c0998b841ff650fa8f6778621da38b7fbd83
parentf256b5fdf3952f2f34764d2556e5bee72b742017
CLEANUP: acme: acme_will_expire() uses acme_schedule_date()

Date computation between acme_will_expire() and acme_schedule_date() are
the same. Call acme_schedule_date() from acme_will_expire() and put the
functions as static. The patch also move the functions in the right
order.
src/acme.c