]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: remove test on "multi" variable in ckch functions
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 16 Sep 2020 14:08:08 +0000 (16:08 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 16 Sep 2020 14:28:26 +0000 (16:28 +0200)
commitbd8e6eda59d03044c6ce7ad4de60f1360c73b349
tree32495b107cd84711595920d30b9a904c2c2b27c6
parentdfa93be3b51bd398ce3d143245f41f8a91e09deb
CLEANUP: ssl: remove test on "multi" variable in ckch functions

Since the removal of the multi-certificates bundle support, this
variable is not useful anymore, we can remove all tests for this
variable and suppose that every ckch contains a single certificate.
include/haproxy/ssl_ckch.h
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_sock.c