diff options
author | Werner Koch <wk@gnupg.org> | 2019-01-21 14:06:51 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2019-01-21 14:06:51 +0100 |
commit | 29929e65521279eabc98a67c766fe485057405a9 (patch) | |
tree | f26431890716048aef0f43d85efa3563046e7f15 /po | |
parent | scd: Add very basic support for PIV cards. (diff) | |
download | gnupg2-29929e65521279eabc98a67c766fe485057405a9.tar.xz gnupg2-29929e65521279eabc98a67c766fe485057405a9.zip |
scd: Add option --clear to PASSWD.
* scd/command.c (cmd_passwd): Add option --clear.
(send_status_printf): New.
* scd/app-common.h (APP_CHANGE_FLAG_CLEAR): New.
* scd/app-nks.c (do_change_pin): Return an error if that option is
used.
* scd/app-openpgp.c (do_change_pin): Ditto.
--
Card application may support this option to clear the PIN verification
status of a specific PIN.
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars index 90b0c5b83..20d6ae9d6 100644 --- a/po/Makevars +++ b/po/Makevars @@ -63,6 +63,7 @@ XGETTEXT_OPTIONS = \ --flag=write_status_printf:2:c-format \ --flag=kbxd_print_status:3:c-format \ --flag=gpgconf_write_status:2:c-format \ + --flag=send_status_printf:3:c-format \ --flag=wks_write_status:2:c-format |