diff options
author | Werner Koch <[email protected]> | 2016-05-17 17:44:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-05-17 17:44:12 +0000 |
commit | 1ee822f9ff73a9a302ad0eb298640797d735e62b (patch) | |
tree | 25519fbe3d4882b9f177990f1630650986a5e2b6 /src/err-codes.h.in | |
parent | syscfg: Add a powerpc and a tilgegx architecture. (diff) | |
download | libgpg-error-1ee822f9ff73a9a302ad0eb298640797d735e62b.tar.gz libgpg-error-1ee822f9ff73a9a302ad0eb298640797d735e62b.zip |
Add GPG_ERR_SUBKEYS_EXP_OR_REV.
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 887ea78..eefe088 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -247,7 +247,8 @@ 212 GPG_ERR_SEXP_ODD_HEX_NUMBERS Odd hexadecimal numbers in S-expression 213 GPG_ERR_SEXP_BAD_OCT_CHAR Bad octal character in S-expression -# 214 to 217 are free to be used. +# 214 to 216 are free to be used. +217 GPG_ERR_SUBKEYS_EXP_OR_REV All subkeys are expired or revoked 218 GPG_ERR_DB_CORRUPTED Database is corrupted 219 GPG_ERR_SERVER_FAILED Server indicated a failure 220 GPG_ERR_NO_NAME No name |