]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: free instances and SNIs with ckch_inst_free()
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 9 Apr 2020 14:31:05 +0000 (16:31 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 9 Apr 2020 14:51:29 +0000 (16:51 +0200)
commitd9d5d1b1df00b93b752e73ef2d496bd78712c2a6
tree9cef50e9817c7fde901d6be73c1bd77ed083d8ca
parent9cef2e2c06e1b1cd5df59cbb94b3438850e4097e
MINOR: ssl: free instances and SNIs with ckch_inst_free()

Remove duplicated code by creating a new function ckch_inst_free() which
deals with the SNIs linked in a ckch_inst and free the ckch_inst.
src/ssl_sock.c