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

From Pavel Stehule
Subject Re: broken build - FC 41
Date
Msg-id CAFj8pRCOn8rv-Vc-5QdTtSw7PcSC37LKrb1kTEv4kOUXg=NJKg@mail.gmail.com
Whole thread Raw
In response to Re: broken build - FC 41  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
Hi

st 11. 9. 2024 v 9:54 odesílatel Daniel Gustafsson <daniel@yesql.se> napsal:
> 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.

ok

Thank you for the reply

Regards

Pavel

--
Daniel Gustafsson

pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Test improvements and minor code fixes for formatting.c.
Next
From: Peter Eisentraut
Date:
Subject: Re: json_query conditional wrapper bug