]> git.ipfire.org Git - thirdparty/openvpn.git/commit
configure: disable engines if OPENSSL_NO_ENGINE is defined
authororbea <orbea@riseup.net>
Sat, 9 Sep 2023 13:49:56 +0000 (06:49 -0700)
committerGert Doering <gert@greenie.muc.de>
Sun, 10 Sep 2023 14:46:28 +0000 (16:46 +0200)
commit34bf473e19118eecf525e7401ef37b1cbf661e67
treecf40c315ae15a1142aad774d34c0297d589472e7
parent5f910a42b86e90f1893a668ee280422b6587ada1
configure: disable engines if OPENSSL_NO_ENGINE is defined

Starting with LibreSSL 3.8.1 the engines have been removed which causes
the OpenVPN build to fail. This can be solved during configure by
checking if OPENSSL_NO_ENGINE is defined in opensslconf.h.

Signed-off-by: orbea <orbea@riseup.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20230909134956.5902-1-orbea@riseup.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26994.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
configure.ac