MINOR: ssl: pass ckch_inst to ssl_sock_load_ckchs()
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 9 Mar 2020 15:48:43 +0000 (16:48 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 16 Mar 2020 15:18:49 +0000 (16:18 +0100)
commit24bde43eab0db67482b3cd1769b8d3cb48e37a24
tree7c4d03d39405099eb1d749264cfcb3f03c01c13f
parent06b22a8fba5a33536671684c1820ac611cc3ce63
MINOR: ssl: pass ckch_inst to ssl_sock_load_ckchs()

Pass a pointer to the struct ckch_inst to the ssl_sock_load_ckchs()
function so we can manipulate the ckch_inst from
ssl_sock_load_cert_list_file() and ssl_sock_load_cert().
src/ssl_sock.c