Replace the include of openssl/ssl.h by openssl-compat.h.
Signed-off-by: William Lallemand <wlallemand@haproxy.org>
#endif
#include <sys/socket.h>
-#include <openssl/ssl.h>
#include <haproxy/cbuf-t.h>
#include <haproxy/list.h>
+#include <haproxy/openssl-compat.h>
#include <haproxy/mux_quic-t.h>
#include <haproxy/quic_cc-t.h>
#include <haproxy/quic_frame-t.h>
#include <stdlib.h>
#include <string.h>
-#include <openssl/ssl.h>
#include <haproxy/dynbuf.h>
#include <haproxy/pool.h>
+#include <haproxy/openssl-compat.h>
#include <haproxy/quic_conn-t.h>
#include <haproxy/quic_tls-t.h>
#include <haproxy/trace.h>