From: Willy Tarreau Date: Wed, 6 Oct 2021 09:29:03 +0000 (+0200) Subject: BUILD: sample: include openssl-compat X-Git-Tag: v2.5-dev9~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=286631a1a0d9b4a749d5c952240a02882a51c189;p=thirdparty%2Fhaproxy.git BUILD: sample: include openssl-compat It's needed for EVP_*. --- diff --git a/src/sample.c b/src/sample.c index 00b8202411..ad15d04855 100644 --- a/src/sample.c +++ b/src/sample.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include