[Openvpn-devel] [PATCH] configure: disable engines if OPENSSL_NO_ENGINE is defined

2023-09-03 Thread orbea
From: orbea 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. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a

Re: [Openvpn-devel] [PATCH] configure: disable engines if OPENSSL_NO_ENGINE is defined

2023-09-03 Thread orbea
On Sun, 3 Sep 2023 16:47:31 +0200 Antonio Quartulli wrote: > Hi, > > On 03/09/2023 16:29, or...@riseup.net wrote: > > From: orbea > > > > Starting with LibreSSL 3.8.1 the engines have been removed which > > causes the OpenVPN build to fail. This can be solved

Re: [Openvpn-devel] [PATCH] configure: disable engines if OPENSSL_NO_ENGINE is defined

2023-09-03 Thread orbea
On Sun, 3 Sep 2023 09:17:21 -0700 orbea wrote: > On Sun, 3 Sep 2023 16:47:31 +0200 > Antonio Quartulli wrote: > > > Hi, > > > > On 03/09/2023 16:29, or...@riseup.net wrote: > > > From: orbea > > > > > > Starting with LibreSSL 3.8.

Re: [Openvpn-devel] [PATCH] configure: disable engines if OPENSSL_NO_ENGINE is defined

2023-09-03 Thread orbea
On Sun, 3 Sep 2023 21:22:15 +0200 Gert Doering wrote: > Hi, > > On Sun, Sep 03, 2023 at 08:15:05PM +0200, Antonio Quartulli wrote: > > On 03/09/2023 18:55, orbea wrote: > > > Here is a patch that preserves the version check and adds a second > > > check for

[Openvpn-devel] [PATCH v2] configure: disable engines if OPENSSL_NO_ENGINE is defined

2023-09-09 Thread orbea
From: orbea 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 --- configure.ac | 8 +++- 1 file changed, 7 insertions