MINOR: ssl: Add reference to default ckch instance in bind_conf
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 13 Apr 2021 14:07:29 +0000 (16:07 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 17 May 2021 08:50:24 +0000 (10:50 +0200)
commit40ddea8222fdee9852927846ef2bc67d910ea359
tree5906b30e1c8fc087dc832d77c57f7a4a9d97e883
parent4458b9732d97d30aeb83fe02b6b767b1fc689a38
MINOR: ssl: Add reference to default ckch instance in bind_conf

In order for the link between the cafile_entry and the default ckch
instance to be built, we need to give a pointer to the instance during
the ssl_sock_prepare_ctx call.
include/haproxy/listener-t.h
src/ssl_sock.c