BUILD: quic: use openssl-compat.h instead of openssl/ssl.h
authorUriah Pollock <uriah@wolfssl.com>
Wed, 23 Nov 2022 16:10:07 +0000 (17:10 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 24 Nov 2022 10:29:03 +0000 (11:29 +0100)
Replace the include of openssl/ssl.h by openssl-compat.h.

Signed-off-by: William Lallemand <wlallemand@haproxy.org>

include/haproxy/quic_conn-t.h
include/haproxy/quic_tls.h

index 6c3948b..9730b7d 100644 (file)
 #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>
index 115d0fe..c4462c4 100644 (file)
 
 #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>