From 25266ebba97d7f4169f902b8b0d3c38eaa4c43a4 Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Sun, 7 Jun 2020 15:10:58 -0700 Subject: [PATCH] crypto_openssl: add include for openssl/conf.h Fix build failure on older versions of openssl. Signed-off-by: James Bottomley Acked-by: Arne Schwabe Message-Id: <1591567858.4011.15.camel@HansenPartnership.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19996.html Signed-off-by: Gert Doering --- src/openvpn/crypto_openssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openvpn/crypto_openssl.c b/src/openvpn/crypto_openssl.c index fd57edd22..94b6d85b1 100644 --- a/src/openvpn/crypto_openssl.c +++ b/src/openvpn/crypto_openssl.c @@ -43,6 +43,7 @@ #include "crypto_backend.h" #include "openssl_compat.h" +#include #include #include #include -- 2.47.2