]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: initialize the sni_keytypes_map as EB_ROOT
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 4 Oct 2019 16:36:55 +0000 (18:36 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 11 Oct 2019 15:32:02 +0000 (17:32 +0200)
commit4b989f2facde1c27a4b6a96897e2ded80026615b
tree9ce06567389d6dc599fe88436f71b8f84ae36536
parentf6adbe9f284c1327d409f452fa96653aba5cce82
MINOR: ssl: initialize the sni_keytypes_map as EB_ROOT

The sni_keytypes_map was initialized to {0}, it's better to initialize
it explicitly to EB_ROOT
src/ssl_sock.c