]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: move the ckch/crtlist deinit to ssl_sock.c
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 24 Jun 2020 07:54:29 +0000 (09:54 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 24 Jun 2020 07:57:18 +0000 (09:57 +0200)
commitb24086923c48767503a2d5d128e922794cd3e4c5
treea9bc422f93069b6a8a9993d631fd45a35a92c214
parent9ab8f8d1b6a6a6cf3277f88d2b808057de1cd0e2
MINOR: ssl: move the ckch/crtlist deinit to ssl_sock.c

Move the ckch_deinit() and crtlist_deinit() call to ssl_sock.c,
also unlink the SNI from the ckch_inst because they are free'd before in
ssl_sock_free_all_ctx().
src/haproxy.c
src/ssl_sock.c