]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: define EVP_CTRL_AEAD_GET_TAG for older versions
authorWilly Tarreau <w@1wt.eu>
Fri, 8 Mar 2024 17:21:14 +0000 (18:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Mar 2024 17:23:34 +0000 (18:23 +0100)
commit26cd248feb52f13dcbfa81611078a8b5b35c90c7
treedffa3f5a13af898aaf551f3335d8b0b00c7e8fce
parent1ee7bf5bd9a8ed0ab5e456e31a4548a6f92136a1
BUILD: ssl: define EVP_CTRL_AEAD_GET_TAG for older versions

Amaury reported that previous commit 08ac282375 ("MINOR: Add aes_gcm_enc
converter") broke the CI on OpenSSL 1.0.2 due to the define above not
existing there. Let's just map it to its older name when not existing.
For reference, these were renamed when switching to 1.1.0:

    https://marc.info/?l=openssl-cvs&m=142244190907706&w=2

No backport is needed.
include/haproxy/openssl-compat.h