aboutsummaryrefslogtreecommitdiffstats
path: root/g10/status.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-10-15 13:16:58 +0000
committerWerner Koch <[email protected]>2004-10-15 13:16:58 +0000
commitc3a51cd17d3a499b14b6329fd9390fa9d73521b7 (patch)
tree868e5aed3a1ec36f25923543e777af353451d63e /g10/status.c
parent* gpgkeys_ldap.c (main, show_help): Kludge to implement standard (diff)
downloadgnupg-c3a51cd17d3a499b14b6329fd9390fa9d73521b7.tar.gz
gnupg-c3a51cd17d3a499b14b6329fd9390fa9d73521b7.zip
* README: Mentioned --enable-selinux-support.
* status.h (STATUS_NEED_PASSPHRASE_PIN): New. * status.c (get_status_string): Added. * passphrase.c (ask_passphrase): Moved status printing to .. * cardglue.c (pin_cb): .. here and issue new status message. * keyedit.c (sign_uids): Don't include the leading LF in the translatable string but print them separately. * apdu.c (apdu_open_remote_reader) [_WIN32]: We don't have ENOSYS.
Diffstat (limited to '')
-rw-r--r--g10/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/status.c b/g10/status.c
index d0bc08d87..bc06da10d 100644
--- a/g10/status.c
+++ b/g10/status.c
@@ -114,6 +114,7 @@ get_status_string ( int no )
case STATUS_NO_PUBKEY : s = "NO_PUBKEY"; break;
case STATUS_NO_SECKEY : s = "NO_SECKEY"; break;
case STATUS_NEED_PASSPHRASE_SYM: s = "NEED_PASSPHRASE_SYM"; break;
+ case STATUS_NEED_PASSPHRASE_PIN: s = "NEED_PASSPHRASE_PIN"; break;
case STATUS_DECRYPTION_FAILED: s = "DECRYPTION_FAILED"; break;
case STATUS_DECRYPTION_OKAY: s = "DECRYPTION_OKAY"; break;
case STATUS_MISSING_PASSPHRASE: s = "MISSING_PASSPHRASE"; break;