mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
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.
This commit is contained in:
parent
1b03f8016d
commit
780133548c
@ -37,6 +37,10 @@
|
||||
#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
|
||||
|
Loading…
x
Reference in New Issue
Block a user