commit | b24086923c48767503a2d5d128e922794cd3e4c5 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Wed Jun 24 09:54:29 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Jun 24 09:57:18 2020 +0200 |
tree | a9bc422f93069b6a8a9993d631fd45a35a92c214 | |
parent | 9ab8f8d1b6a6a6cf3277f88d2b808057de1cd0e2 [diff] |
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().