mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-11-27 11:43:51 +08:00
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 <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>
This commit is contained in:
parent
b08b5f5df9
commit
bae0945d59
@ -40,6 +40,7 @@
|
||||
#define HAVE_IN_PKTINFO 1
|
||||
|
||||
#define HAVE_OPENSSL_ENGINE 1
|
||||
#define HAVE_EXPORT_KEYING_MATERIAL 1
|
||||
|
||||
#define HAVE_DIINSTALLDEVICE 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user