diff options
Diffstat (limited to 'contrib/pgcrypto/px.h')
-rw-r--r-- | contrib/pgcrypto/px.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/pgcrypto/px.h b/contrib/pgcrypto/px.h index a01a58e29c0..d237d97017d 100644 --- a/contrib/pgcrypto/px.h +++ b/contrib/pgcrypto/px.h @@ -80,8 +80,6 @@ void px_free(void *p); #define PXE_NO_RANDOM -17 #define PXE_DECRYPT_FAILED -18 -#define PXE_MBUF_SHORT_READ -50 - #define PXE_PGP_CORRUPT_DATA -100 #define PXE_PGP_CORRUPT_ARMOR -101 #define PXE_PGP_UNSUPPORTED_COMPR -102 |