]> git.ipfire.org Git - thirdparty/openvpn.git/commit
config-msvc.h: indicate key material export support
authorLev Stipakov <lev@openvpn.net>
Mon, 13 Dec 2021 13:58:14 +0000 (15:58 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 13 Dec 2021 14:50:01 +0000 (15:50 +0100)
commit0cad4ec29ad303bf1ec64035f0345e3dacf5a932
tree63ce3d09f1700708cafb66d898944a0ab5df4876
parent1a744d1da6667506e6c201751834c768ac8a6e6f
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.

2.5 does not have tls-ekm yet, but it has the generic keying material
exporter framework, which was only enabled in MinGW builds.  Fix.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20211213135814.265-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23395.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
config-msvc.h