diff options
author | Werner Koch <[email protected]> | 2014-04-15 10:53:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-04-15 10:53:15 +0000 |
commit | d4b83dbad235973e521eb12b680ee43cfb5cbc9a (patch) | |
tree | ebf787d483775f287b586b1aed13b5fa96076a2c /src/err-codes.h.in | |
parent | Fix a syscfg/ file name. (diff) | |
download | libgpg-error-d4b83dbad235973e521eb12b680ee43cfb5cbc9a.tar.gz libgpg-error-d4b83dbad235973e521eb12b680ee43cfb5cbc9a.zip |
Add code GPG_ERR_KEY_ON_CARD.
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 c912bcd..ee2db2e 100644 --- a/src/err-codes.h.in +++ b/src/err-codes.h.in @@ -247,8 +247,9 @@ 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 253 are free to be used. +# 214 to 252 are free to be used. +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. |