REORG: ssl: move some functions above crtlist_load_cert_dir()
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 30 Mar 2020 16:45:10 +0000 (18:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 31 Mar 2020 10:32:17 +0000 (12:32 +0200)
commit4c68bba5c151dc2598630394dd57c3dda4696354
tree22dbb4d250bab834b11fa40432c32980e5643c96
parent493983128b8ede5d4aea69d591cf44c4548cd8d3
REORG: ssl: move some functions above crtlist_load_cert_dir()

Move some function above crtlist_load_cert_dir() so
crtlist_load_cert_dir() is at the right place, and crtlist_free() can be
used inside.
src/ssl_sock.c