pgcrypto: report init errors as PXE_CIPHER_INIT

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 0250a167a07d4d2cff932e467d84306cbd3704fe
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2022-05-06T12:41:33Z
Releases: 15.0
pgcrypto: report init errors as PXE_CIPHER_INIT

Report OpenSSL errors during initialization as PXE_CIPHER_INIT since
that's just what they were, and not generic unknown errors. This also
removes the last users of the generic error, and thus it can be removed.

Discussion: http://postgr.es/m/C89D932C-501E-4473-9750-638CFCD9095E@yesql.se

Files

PathChange+/−
contrib/pgcrypto/openssl.c modified +2 −2
contrib/pgcrypto/px.c modified +0 −1
contrib/pgcrypto/px.h modified +1 −1

Discussion