]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove LibreSSL specific defines not needed for modern LibreSSL
authorArne Schwabe <arne@rfc2549.org>
Thu, 15 Apr 2021 11:45:41 +0000 (13:45 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 17 Apr 2021 12:45:16 +0000 (14:45 +0200)
commit2c0ebe0f12c3d7598dd2f604a5a412b68b728ba9
treec789122197660a8a0ff1ab6ed0ef5cb5137f6aa1
parent85080921096fe60c6956b1e0a13fe6f9a3f93ab6
Remove LibreSSL specific defines not needed for modern LibreSSL

Most of the functions remove were either already have a version check
against LibreSSL 2.9.0 or are also now deprecated in LibreSSL as well
according to the man pages in OpenBSD 6.8 like SSL_CTX_set_ecdh_auto
and SSL_library_init.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Antonio Quartulli <antonio@openvpn.net>
Message-Id: <20210415114541.1001644-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22119.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl_openssl.c