]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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 6c3948b7d005b6bae00485e1a709842f1cef1385..9730b7de2cc3aa6be06987efc6846468001d4ebf 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 115d0fe54e54c70787ed0759b183f17af2574aed..c4462c48c865a8d90c7ecb0792461dbe9a3aee28 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>