diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/err-codes.h.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index e05b6f8..08472bc 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -197,8 +197,9 @@ 165 GPG_ERR_UNKNOWN_NAME Unknown name 166 GPG_ERR_LOCALE_PROBLEM A locale function failed 167 GPG_ERR_NOT_LOCKED Not locked - -# 168 to 199 are free to be used. +168 GPG_ERR_PROTOCOL_VIOLATION Protocol violation +169 GPG_ERR_INV_MAC Invalid MAC +# 170 to 199 are free to be used. 200 GPG_ERR_BUFFER_TOO_SHORT Buffer too short |