BUILD: sample: include openssl-compat
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 09:29:03 +0000 (11:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
It's needed for EVP_*.

src/sample.c

index 00b8202..ad15d04 100644 (file)
@@ -33,6 +33,7 @@
 #include <haproxy/istbuf.h>
 #include <haproxy/mqtt.h>
 #include <haproxy/net_helper.h>
+#include <haproxy/openssl-compat.h>
 #include <haproxy/protobuf.h>
 #include <haproxy/proxy.h>
 #include <haproxy/regex.h>