1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

pgcrypto: Remove unused error code

PXE_MCRYPT_INTERNAL was apparently never used even when it was added.
This commit is contained in:
Peter Eisentraut
2022-02-21 10:28:43 +01:00
parent 5c868c92ca
commit abe81ee084
2 changed files with 1 additions and 2 deletions

View File

@ -58,7 +58,7 @@
#define PXE_ARGUMENT_ERROR -13
#define PXE_UNKNOWN_SALT_ALGO -14
#define PXE_BAD_SALT_ROUNDS -15
#define PXE_MCRYPT_INTERNAL -16
/* -16 is unused */
#define PXE_NO_RANDOM -17
#define PXE_DECRYPT_FAILED -18
#define PXE_ENCRYPT_FAILED -19