summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/px.h
diff options
context:
space:
mode:
authorPeter Eisentraut2022-02-21 09:28:43 +0000
committerPeter Eisentraut2022-02-21 09:28:43 +0000
commitabe81ee08468e63f94b91e484f47c867bcc706d3 (patch)
tree04e0344231823f82f6ca97c24b6178a0e1f57f5f /contrib/pgcrypto/px.h
parent5c868c92caa864d223006c095d623b8086754c6f (diff)
pgcrypto: Remove unused error code
PXE_MCRYPT_INTERNAL was apparently never used even when it was added.
Diffstat (limited to 'contrib/pgcrypto/px.h')
-rw-r--r--contrib/pgcrypto/px.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/px.h b/contrib/pgcrypto/px.h
index 17d6f224987..3ed9f711c8a 100644
--- a/contrib/pgcrypto/px.h
+++ b/contrib/pgcrypto/px.h
@@ -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