]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl/ckch: handle ckch_conf in ckchs_dup() and ckch_conf_clean()
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 21:46:22 +0000 (23:46 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 11 Apr 2025 23:39:03 +0000 (01:39 +0200)
commit5b85b81d841096516a6104d0df2c6ca629fb5295
tree1797578f35bff63b1f9ab70dde61bdfd68560da2
parent73ab78e91703efa9bd7294838f76454055a470c2
MINOR: ssl/ckch: handle ckch_conf in ckchs_dup() and ckch_conf_clean()

Handle new members of the ckch_conf in ckchs_dup() and
ckch_conf_clean().

This could be automated at some point since we have the description of
all types in ckch_conf_kws.
src/ssl_ckch.c