pgsql: Remove useless SHA256 initialization when not using backup manif

2020-11-11 Thread Michael Paquier
Remove useless SHA256 initialization when not using backup manifests Attempting to take a base backup with Postgres linking to a build of OpenSSL with FIPS enabled currently fails with or even without a backup manifest requested because of this mandatory SHA256 initialization used for the manifest

pgsql: Remove useless SHA256 initialization when not using backup manif

2020-11-11 Thread Michael Paquier
Remove useless SHA256 initialization when not using backup manifests Attempting to take a base backup with Postgres linking to a build of OpenSSL with FIPS enabled currently fails with or even without a backup manifest requested because of this mandatory SHA256 initialization used for the manifest