From: James Bottomley Date: Sun, 7 Jun 2020 22:10:58 +0000 (-0700) Subject: crypto_openssl: add include for openssl/conf.h X-Git-Tag: v2.5_beta1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25266ebba97d7f4169f902b8b0d3c38eaa4c43a4;p=thirdparty%2Fopenvpn.git 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 --- 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