]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: quic: fix build on centos 8 and USE_QUIC_OPENSSL_COMPAT
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 14 Sep 2023 14:26:58 +0000 (16:26 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 14 Sep 2023 14:26:58 +0000 (16:26 +0200)
commit694889ac2d20ae6c7449b6097211583f9d4bbbd5
tree3ce5fbe72b21f00e2ea08d24a0d2e67df080652e
parent89e20033c78b7d93f0b75f91d61fa78eef67440d
BUILD: quic: fix build on centos 8 and USE_QUIC_OPENSSL_COMPAT

When using USE_QUIC_OPENSSL_COMPAT=1 on centos-8 the build fail this
way:

In file included from src/quic_openssl_compat.c:11:
/usr/include/openssl/kdf.h:33:46: error: unknown type name 'va_list'
 int EVP_KDF_vctrl(EVP_KDF_CTX *ctx, int cmd, va_list args);

This is because of openssl/kdf.h being include before openssl-compat.h
src/quic_openssl_compat.c