diff options
author | Werner Koch <[email protected]> | 2013-11-17 14:16:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-11-17 14:16:59 +0000 |
commit | b70a430d020e8541f66cca38c00355bab7bb1017 (patch) | |
tree | 7473dfbfda897e8b456e51ccf83ed3476dccf613 /src | |
parent | w32: Fix corrupted string output. (diff) | |
download | libgpg-error-b70a430d020e8541f66cca38c00355bab7bb1017.tar.gz libgpg-error-b70a430d020e8541f66cca38c00355bab7bb1017.zip |
Add GPG_ERR_MAC_ALGO.
Diffstat (limited to 'src')
-rw-r--r-- | src/err-codes.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/err-codes.h.in b/src/err-codes.h.in index 9c213de..4ecc24e 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -226,7 +226,7 @@ 194 GPG_ERR_CRYPT_CTX_CONFLICT Conflict in the crypto context 195 GPG_ERR_BROKEN_PUBKEY Broken public key 196 GPG_ERR_BROKEN_SECKEY Broken secret key -# 197 is free to be used. +197 GPG_ERR_MAC_ALGO Invalid MAC algorithm 198 GPG_ERR_FULLY_CANCELED Operation fully cancelled 199 GPG_ERR_UNFINISHED Operation not yet finished 200 GPG_ERR_BUFFER_TOO_SHORT Buffer too short |