MINOR: ssl: replace ckchs_free() by ckch_store_free()
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 8 Apr 2020 15:55:45 +0000 (17:55 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 9 Apr 2020 15:00:18 +0000 (17:00 +0200)
commitba1c33f8262e40ea3c334a2db4eba18e7e481364
tree9f1728efb8dd824c4fb204ca4bb0480918774833
parentd9d5d1b1df00b93b752e73ef2d496bd78712c2a6
MINOR: ssl: replace ckchs_free() by ckch_store_free()

Replace ckchs_free() by ckch_store_free() which frees the ckch_store but
now also all its ckch_inst with ckch_inst_free().

Also remove the "ckchs" naming since its confusing.
src/ssl_sock.c