CLEANUP: ssl: move issuer_chain tree and definition
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 25 Feb 2020 13:53:06 +0000 (14:53 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 25 Feb 2020 14:06:40 +0000 (15:06 +0100)
commite0f3fd5b4c9806a9f6f00f72138bb8bc203b1717
tree97c3adfaa2f5ea82aba574799059953f3d215892
parenta90e593a7aa644ff5f4f70f5df4efe1b2dd48cb7
CLEANUP: ssl: move issuer_chain tree and definition

Move the cert_issuer_tree outside the global_ssl structure since it's
not a configuration variable. And move the declaration of the
issuer_chain structure in types/ssl_sock.h
include/types/ssl_sock.h
src/ssl_sock.c