diff options
| author | Peter Eisentraut | 2022-02-21 09:28:43 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2022-02-21 09:28:43 +0000 |
| commit | abe81ee08468e63f94b91e484f47c867bcc706d3 (patch) | |
| tree | 04e0344231823f82f6ca97c24b6178a0e1f57f5f /contrib/pgcrypto/px.c | |
| parent | 5c868c92caa864d223006c095d623b8086754c6f (diff) | |
pgcrypto: Remove unused error code
PXE_MCRYPT_INTERNAL was apparently never used even when it was added.
Diffstat (limited to 'contrib/pgcrypto/px.c')
| -rw-r--r-- | contrib/pgcrypto/px.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pgcrypto/px.c b/contrib/pgcrypto/px.c index 4205e9c3eff..360acbd5937 100644 --- a/contrib/pgcrypto/px.c +++ b/contrib/pgcrypto/px.c @@ -55,7 +55,6 @@ static const struct error_desc px_err_list[] = { {PXE_ARGUMENT_ERROR, "Illegal argument to function"}, {PXE_UNKNOWN_SALT_ALGO, "Unknown salt algorithm"}, {PXE_BAD_SALT_ROUNDS, "Incorrect number of rounds"}, - {PXE_MCRYPT_INTERNAL, "mcrypt internal error"}, {PXE_NO_RANDOM, "Failed to generate strong random bits"}, {PXE_DECRYPT_FAILED, "Decryption failed"}, {PXE_ENCRYPT_FAILED, "Encryption failed"}, |
