mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* 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.
This commit is contained in:
parent
e170c54cf8
commit
c3a51cd17d
13 changed files with 69 additions and 21 deletions
|
@ -1025,9 +1025,6 @@ ask_passphrase (const char *description,
|
|||
if (canceled)
|
||||
*canceled = 0;
|
||||
|
||||
if (is_status_enabled())
|
||||
write_status_text( STATUS_NEED_PASSPHRASE_SYM, "0 0 0");
|
||||
|
||||
if (!opt.batch && description)
|
||||
tty_printf ("\n%s\n",description);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue