From bae0945d598891883b8676116c801ad72c5d1b27 Mon Sep 17 00:00:00 2001 From: Lev Stipakov Date: Mon, 13 Dec 2021 15:52:53 +0200 Subject: [PATCH] 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 --- config-msvc.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2