MINOR: ssl: ckch_store_new() alloc and init a ckch_store
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Apr 2020 08:32:53 +0000 (10:32 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 10 Apr 2020 09:14:01 +0000 (11:14 +0200)
commit8a874e4c6acb84fd7662df858fab24af1b3dc7c7
tree3182882e5aac2d2097d117b92e628c2eef4b3e29
parentd5e9377312eb9d64351a878f7d3f7d4a231bdb55
MINOR: ssl: ckch_store_new() alloc and init a ckch_store

Create a ckch_store_new() function which alloc and initialize a
ckch_store, allowing us to remove duplicated code and avoiding wrong
initialization in the future.
src/ssl_sock.c