Re: Show version of OpenSSL in ./configure output

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Show version of OpenSSL in ./configure output
Date: 2023-10-23 01:00:43
Message-ID: ZTXFuydGkBAAAipb@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-10-23 01:24:30 Re: Remove extraneous break condition in logical slot advance function
Previous Message Andres Freund 2023-10-23 00:59:17 Re: Casual Meson fixups