diff options
author | zhangguangzhi <[email protected]> | 2023-05-11 08:34:23 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-06-20 00:08:14 +0000 |
commit | 40090dbbf9ead365cb9350828da8b5ebad426f5e (patch) | |
tree | 2d8c5d9483c9043b64d8f13da656b511fcefa19a /tools/gpg-card.c | |
parent | dirmngr: New option --ignore-crl-extensions. (diff) | |
download | gnupg-40090dbbf9ead365cb9350828da8b5ebad426f5e.tar.gz gnupg-40090dbbf9ead365cb9350828da8b5ebad426f5e.zip |
delete redundant characters
--
GnuPG-bug-id: 6482
Signed-off-by: zhangguangzhi <[email protected]>
Diffstat (limited to 'tools/gpg-card.c')
-rw-r--r-- | tools/gpg-card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpg-card.c b/tools/gpg-card.c index a94aabea9..290ed485d 100644 --- a/tools/gpg-card.c +++ b/tools/gpg-card.c @@ -2822,7 +2822,7 @@ cmd_passwd (card_info_t info, char *argstr) log_assert (DIM (info->chvinfo) >= 4); - /* If there is a qualified signature use a a menu to select + /* If there is a qualified signature use a menu to select * between standard PIN and QES PINs. */ if (info->chvinfo[2] != -2 || info->chvinfo[3] != -2) { |