]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: quic: Include QUIC opensssl wrapper header from TLS stacks compatibility header
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 2 Jun 2023 14:44:03 +0000 (16:44 +0200)
committerFrédéric Lécaille <flecaille@haproxy.com>
Fri, 21 Jul 2023 13:53:40 +0000 (15:53 +0200)
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

index 7fb15381090af340df50a2e8c8e5dcf6d26cd71a..248ae284ee9feb25b3150a475733769b48fc2697 100644 (file)
 #include <openssl/provider.h>
 #endif
 
+#ifdef USE_QUIC_OPENSSL_COMPAT
+#include <haproxy/quic_openssl_compat.h>
+#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