From 780133548c503c070c334151f470ad3b44e69502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Fri, 2 Jun 2023 16:44:03 +0200 Subject: [PATCH] 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. --- include/haproxy/openssl-compat.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/haproxy/openssl-compat.h b/include/haproxy/openssl-compat.h index 7fb153810..248ae284e 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