]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: new functions duplicate and free a ckch_store
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 18 Oct 2019 08:58:14 +0000 (10:58 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 23 Oct 2019 09:54:51 +0000 (11:54 +0200)
commit8c1cddef6dc9a8addd9cdc60b28a132402e2c53e
treeea49c20c8f232f52d248b4831cdf7cfc1e60f6fa
parent8d0f893222edac7495c525f82c05a640ff9adba8
MINOR: ssl: new functions duplicate and free a ckch_store

ckchs_dup() alloc a new ckch_store and copy the content of its source.

ckchs_free() frees a ckch_store and its content.
src/ssl_sock.c