]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: crtlist_entry_dup() duplicates a crtlist_entry
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 10 Sep 2020 17:08:49 +0000 (19:08 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 16 Sep 2020 14:28:26 +0000 (16:28 +0200)
commit5622c45df4019bf6305a0aebe6b306c667f0391c
tree07142c170d90974ee922151df5016d60ecdacfa2
parent82f2d2f1d000d242f0ae4457b7fd7036a5a88a7e
MINOR: ssl: crtlist_entry_dup() duplicates a crtlist_entry

Implement crtlist_entry_dup() which allocate and duplicate a
crtlist_entry structure.
src/ssl_crtlist.c