]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/ocsp: fix definition discrepancies with ocsp_update_init()
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 3 Jul 2025 13:08:37 +0000 (15:08 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 3 Jul 2025 13:14:13 +0000 (15:14 +0200)
commit6f6c6fa4cbb8c6bb7617e7a6e0b1d42fe398881b
tree3cf4e3b72c67b28d962fc314b33b3ca6cb0e1334
parente7c59a7a8435fa58377400aa88c241bfa111409e
BUG/MINOR: ssl/ocsp: fix definition discrepancies with ocsp_update_init()

Since patch 20718f40b6 ("MEDIUM: ssl/ckch: add filename and linenum
argument to crt-store parsing"), the definition of ocsp_update_init()
and its declaration does not share the same arguments.

Must be backported to 3.2.
src/ssl_ocsp.c