]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: ssl_sock_load_crt_file_into_ckch
authorEmmanuel Hocdet <manu@gandi.net>
Tue, 4 Dec 2018 16:37:47 +0000 (17:37 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 30 Jul 2019 15:54:34 +0000 (17:54 +0200)
commitefa4b95b78b18c53e31d52e664e573d8071fdd00
tree22e53d17fe82c131cd214501c7bfa54322969b55
parent54227d8addaa1c0801b87e2c6ff70a4c73f486cc
CLEANUP: ssl: ssl_sock_load_crt_file_into_ckch

Fix comments for this function and remove free before alloc call: ckch
call is correctly balanced  (alloc/free).
src/ssl_sock.c