]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
config-msvc.h: indicate key material export support
authorLev Stipakov <lev@openvpn.net>
Mon, 13 Dec 2021 13:52:53 +0000 (15:52 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 13 Dec 2021 14:38:42 +0000 (15:38 +0100)
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 <lev@openvpn.net>
Acked-by: Arne Schwabe <arne@rfc2549.org>
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 <gert@greenie.muc.de>
config-msvc.h

index 0ae38482a2e2ba5f53a0dc2dc88a20f4f8fee175..b08beb5243bfbd259a66f695409a51f184544ba7 100644 (file)
@@ -40,6 +40,7 @@
 #define HAVE_IN_PKTINFO 1
 
 #define HAVE_OPENSSL_ENGINE 1
+#define HAVE_EXPORT_KEYING_MATERIAL 1
 
 #define HAVE_DIINSTALLDEVICE 1