]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: ssl: remove ifdef around SSL_CTX_get_extra_chain_certs()
authorWilly Tarreau <w@1wt.eu>
Sat, 11 May 2019 15:02:04 +0000 (17:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 11 May 2019 15:38:21 +0000 (17:38 +0200)
commit11b167167efd937d5110f72d58417f0b6a473383
tree9fa33d5bb1e5193654e2b6b92e46ec3956c6c588
parent366a6987a73289a21841e84ba63971ead554e7aa
CLEANUP: ssl: remove ifdef around SSL_CTX_get_extra_chain_certs()

Instead define this one in openssl-compat.h when
SSL_CTRL_GET_EXTRA_CHAIN_CERTS is not defined (which was the current
condition used in the ifdef).
include/common/openssl-compat.h
src/ssl_sock.c