From: Lev Stipakov Date: Mon, 13 Dec 2021 13:52:53 +0000 (+0200) Subject: config-msvc.h: indicate key material export support X-Git-Tag: v2.6_beta1~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bae0945d598891883b8676116c801ad72c5d1b27;p=thirdparty%2Fopenvpn.git config-msvc.h: indicate key material export support MSVC build uses OpenSSL from vcpkg, which at the moment is 1.1.1l. Key material export was added to 1.1.1, so it is safe to indicate its support unconditionally. This enables Windows releases to benefit from tls-ekm data channel keys derivation. Signed-off-by: Lev Stipakov Acked-by: Arne Schwabe Message-Id: <20211213135253.212-1-lstipakov@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23394.html Signed-off-by: Gert Doering --- diff --git a/config-msvc.h b/config-msvc.h index 0ae38482a..b08beb524 100644 --- a/config-msvc.h +++ b/config-msvc.h @@ -40,6 +40,7 @@ #define HAVE_IN_PKTINFO 1 #define HAVE_OPENSSL_ENGINE 1 +#define HAVE_EXPORT_KEYING_MATERIAL 1 #define HAVE_DIINSTALLDEVICE 1