Re: broken build - FC 41 - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: broken build - FC 41
Date
Msg-id BEDC2136-2A4B-4292-BACC-D61F1FC3EC3D@yesql.se
Whole thread Raw
In response to Re: broken build - FC 41  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: broken build - FC 41
List pgsql-hackers
> On 9 Sep 2024, at 15:20, Pavel Stehule <pavel.stehule@gmail.com> wrote:

> The question is why the missing header was not detected by configure?

We don't test for every 3rd party header we include.  If engines were separate
from OpenSSL we'd probably probe for it, but this separation is a packager
decision and not one from the OpenSSL project.

> The description of this package says so the OpenSSL ENGINE is deprecated?

OpenSSL deprecated the concept of engines in favor of providers in OpenSSL 3.0,
but as is common with OpenSSL they are still around and there is a way to keep
them running albeit in a limited fashion.

PostgreSQL still support OpenSSL 1.1.1 where engines aren't deprecated, and I
expect we will for some time.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER
Next
From: Amit Kapila
Date:
Subject: Re: Conflict detection for update_deleted in logical replication