From: Max Fillinger Date: Sun, 7 Nov 2021 16:05:08 +0000 (+0100) Subject: Remove unused havege.h header X-Git-Tag: v2.6_beta1~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d4feb4ddd0f23c3816878ff88b49b37379e31b;p=thirdparty%2Fopenvpn.git Remove unused havege.h header This header was removed in mbedtls 3. Luckily, we weren't actually using it, it seems. Signed-off-by: Max Fillinger Acked-by: Gert Doering Message-Id: <20211107160508.3935-1-maximilian.fillinger@foxcrypto.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23126.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/crypto_mbedtls.c b/src/openvpn/crypto_mbedtls.c index c254dbbad..08b9e004f 100644 --- a/src/openvpn/crypto_mbedtls.c +++ b/src/openvpn/crypto_mbedtls.c @@ -50,7 +50,6 @@ #include #include #include -#include #include #include diff --git a/src/openvpn/ssl_mbedtls.c b/src/openvpn/ssl_mbedtls.c index acf4993fd..946058017 100644 --- a/src/openvpn/ssl_mbedtls.c +++ b/src/openvpn/ssl_mbedtls.c @@ -46,8 +46,6 @@ #include "pkcs11_backend.h" #include "ssl_common.h" -#include - #include "ssl_verify_mbedtls.h" #include #include