aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArne Schwabe2021-04-01 14:37:51 +0200
committerGert Doering2021-04-03 11:35:04 +0200
commit6ea62d5072b81ba07b1cd1c6d97b16a571b93d40 (patch)
treeef812152e32584649e62ac2e3f4520c4ce7352b3 /configure.ac
parent60f5889ae6f73c710c6d96a2ee71a41654d3d091 (diff)
downloadopenvpn-6ea62d5072b81ba07b1cd1c6d97b16a571b93d40.zip
openvpn-6ea62d5072b81ba07b1cd1c6d97b16a571b93d40.tar.gz
Remove deprecated option '--keysize'
This option has been deprecated in OpenVPN 2.4 and the ciphers that allow using this option fall all into the SWEET32 category of ciphers with 64 bit block size. Patch V2: Remove superflous check in OpenSSL codepath to check keysize Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Antonio Quartulli <antonio@openvpn.net> Message-Id: <20210401123751.31756-1-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg21943.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3cb9fc2..7bc6c7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -878,7 +878,7 @@ if test "${with_crypto_library}" = "openssl"; then
)
fi
- AC_CHECK_FUNCS([SSL_CTX_new EVP_CIPHER_CTX_set_key_length],
+ AC_CHECK_FUNCS([SSL_CTX_new],
,
[AC_MSG_ERROR([openssl check failed])]
)