MINOR: ssl: crtlist_new() alloc and initialize a struct crtlist
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Apr 2020 11:44:21 +0000 (13:44 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 10 Apr 2020 09:14:01 +0000 (11:14 +0200)
commitec2d49362178dee1d9517dad365c92f54bce4cd3
treeb19863f9f5e2939b9ad4737d97ef8e65d53e5e0c
parent8a874e4c6acb84fd7662df858fab24af1b3dc7c7
MINOR: ssl: crtlist_new() alloc and initialize a struct crtlist

Allocate and initialize a struct crtlist with crtlist_new() to remove
duplicated code.
src/ssl_sock.c