From: Frédéric Lécaille Date: Fri, 2 Jun 2023 14:44:03 +0000 (+0200) Subject: MINOR: quic: Include QUIC opensssl wrapper header from TLS stacks compatibility header X-Git-Tag: v2.9-dev2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=780133548c503c070c334151f470ad3b44e69502;p=thirdparty%2Fhaproxy.git MINOR: quic: Include QUIC opensssl wrapper header from TLS stacks compatibility header Include haproxy/quic_openssl_compat.h from haproxy/openssl-compat.h when the compilation of the QUIC openssl wrapper for TLS stacks is enabled with USE_QUIC_OPENSSLCOMPAT. --- diff --git a/include/haproxy/openssl-compat.h b/include/haproxy/openssl-compat.h index 7fb1538109..248ae284ee 100644 --- a/include/haproxy/openssl-compat.h +++ b/include/haproxy/openssl-compat.h @@ -37,6 +37,10 @@ #include #endif +#ifdef USE_QUIC_OPENSSL_COMPAT +#include +#endif + #if defined(LIBRESSL_VERSION_NUMBER) /* LibreSSL is a fork of OpenSSL 1.0.1g but pretends to be 2.0.0, thus * systematically breaking when some code is written for a specific version