Re: remove internal support in pgcrypto?

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-11-05T14:04:26Z
Lists: pgsql-hackers
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.



Commits

  1. pgcrypto: Remove non-OpenSSL support