]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: ckch_conf_clean() utility function for ckch_conf
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 2 May 2024 18:50:59 +0000 (20:50 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 17 May 2024 15:35:51 +0000 (17:35 +0200)
commit2e6615b2823819c7092cfdb596408c09dee160ee
treebdcb3a0e7ec444ee01a4fa30aed3dc213c2b3dfc
parent2b6b7fea58999ddfcab3f59046887a30125a3b3e
MINOR: ssl: ckch_conf_clean() utility function for ckch_conf

- ckch_conf_clean() to free() the content of a ckch_conf structure,
  mostly the string that were strdup()
include/haproxy/ssl_ckch.h
src/ssl_ckch.c