diff options
author | Werner Koch <[email protected]> | 2005-06-18 11:49:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-06-18 11:49:50 +0000 |
commit | 059d1596575d78e836f72d17e2493ce4ddfb5f33 (patch) | |
tree | ce4c7a83ab62fba491a99dbe495ff0e0a7f96512 /g10/status.h | |
parent | * keygen.c (save_unprotected_key_to_card): Fix gcc4 warning. (diff) | |
download | gnupg-059d1596575d78e836f72d17e2493ce4ddfb5f33.tar.gz gnupg-059d1596575d78e836f72d17e2493ce4ddfb5f33.zip |
(parse_signature): Use log_info for messages
about missing timestamp or keyid. In case we don't use that key
there won't be no further error and thus gpg does not need to
return with an error.
Diffstat (limited to '')
-rw-r--r-- | g10/status.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/status.h b/g10/status.h index afcfdbc95..bf23b34a2 100644 --- a/g10/status.h +++ b/g10/status.h @@ -110,7 +110,6 @@ /* Extra status codes for certain smartcard operations. Primary useful to double check that change PIN worked as expected. */ -#define STATUS_BAD_PASSPHRASE_PIN 78 #define STATUS_SC_OP_FAILURE 79 #define STATUS_SC_OP_SUCCESS 80 |