Re: remove internal support in pgcrypto?
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-11-05T14:12:00Z
Lists: pgsql-hackers
> On 5 Nov 2021, at 15:04, Peter Eisentraut <peter.eisentraut@enterprisedb.com> wrote:
>
> On 03.11.21 21:10, Daniel Gustafsson wrote:
>>> Here is a consolidated patch. I have tested it locally, so it should be okay on Windows.
>> I don't think this bit is correct, as OSSL_TESTS have been removed from the Makefie:
>> - $config->{openssl}
>> - ? GetTests("OSSL_TESTS", $m)
>> - : GetTests("INT_TESTS", $m);
>> + GetTests("OSSL_TESTS", $m);
>> I think we need something like the (untested) diff below:
>
> Committed with that. Thanks.
Great! I guess I have some rebasing ahead of me then.
--
Daniel Gustafsson https://vmware.com/
Commits
-
pgcrypto: Remove non-OpenSSL support
- db7d1a7b0530 15.0 landed