diff options
Diffstat (limited to 'src/err-codes.h.in')
-rw-r--r-- | src/err-codes.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index a8846e4..e05d41f 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -283,7 +283,8 @@ 253 GPG_ERR_KEY_ON_CARD Not possible with a card based key 254 GPG_ERR_INV_LOCK_OBJ Invalid lock object -# 255 and 256 are RFU. +255 GPG_ERR_TRUE True +256 GPG_ERR_FALSE False # Error codes pertaining to the Assuan IPC interface 257 GPG_ERR_ASS_GENERAL General IPC error |