CLEANUP: ssl/cli: rework free in cli_io_handler_commit_cert()
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Jan 2021 09:18:57 +0000 (10:18 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Jan 2021 14:19:36 +0000 (15:19 +0100)
commit1dedb0a82abb5c0ed1af051fcc2dc25ff292134d
treea1fe07b9a816eef13d8249fc59f02c0bcabd9ff4
parentbb470aa327c85ddbfebe88475b497ca49b414489
CLEANUP: ssl/cli: rework free in cli_io_handler_commit_cert()

The new feature allowing the change of server side certificates
introduced duplicated free code. Rework the code in
cli_io_handler_commit_cert() to be more consistent.
src/ssl_ckch.c