]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Require EC key support in Windows builds
authorSelva Nair <selva.nair@gmail.com>
Tue, 19 Oct 2021 03:41:18 +0000 (23:41 -0400)
committerGert Doering <gert@greenie.muc.de>
Tue, 19 Oct 2021 15:29:50 +0000 (17:29 +0200)
commitec9f698d3bac29b50094b23a8ff63e523e6a3787
treeb00ab659e265cd71e1eb78380eb5255dcf1d8994
parent6ad1fbce2bed1c5f8d2e29ab84f01b3939f8cca4
Require EC key support in Windows builds

Do not support the use of OPENSSL_NO_EC on Windows.

We build Windows releases with EC key support enabled in
OpenSSL and there is no reason to disable it in OpenVPN.

TODO: If there are no platforms of interest where EC support
cannot be enabled in OpenSSL, we should make !defined(OPENSSL_NO_EC)
a general requirement.

Signed-off-by: Selva Nair <selva.nair@gmail.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20211019034118.28987-3-selva.nair@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22952.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/crypto_openssl.c
src/openvpn/cryptoapi.c