Re: Show version of OpenSSL in ./configure output - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Show version of OpenSSL in ./configure output
Date
Msg-id ZTXFuydGkBAAAipb@paquier.xyz
Whole thread Raw
In response to Re: Show version of OpenSSL in ./configure output  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sun, Oct 22, 2023 at 08:34:40PM -0400, Tom Lane wrote:
> +1, I've wished for that too.  It's not 100% clear that whatever
> openssl is in your PATH matches the libraries we select, but this
> will get it right in most cases and it seems like about the right
> level of effort.

Yes, I don't reallt want to add more macros for the sake of this
information.

> +  pgac_openssl_version="$($OPENSSL version 2> /dev/null || echo no)"
>
> Maybe "echo 'openssl not found'" would be better.

Sure.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Casual Meson fixups
Next
From: Michael Paquier
Date:
Subject: Re: Remove extraneous break condition in logical slot advance function