CLEANUP: ssl: remove SSL_CTX function parameter
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Jan 2021 10:27:42 +0000 (11:27 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 26 Jan 2021 14:19:36 +0000 (15:19 +0100)
commit795bd9ba3a95e3a1f491b5304b1641855215f1e9
tree8284de022ead075c222ec89f89c6d67769f5c293
parent1dedb0a82abb5c0ed1af051fcc2dc25ff292134d
CLEANUP: ssl: remove SSL_CTX function parameter

Since the server SSL_CTX is now stored in the ckch_inst, it is not
needed anymore to pass an SSL_CTX to ckch_inst_new_load_srv_store() and
ssl_sock_load_srv_ckchs().
include/haproxy/ssl_ckch.h
src/ssl_ckch.c
src/ssl_sock.c