[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.6-26-g71903ee
by NIIBE Yutaka
cvs at cvs.gnupg.org
Wed Apr 25 02:39:22 CEST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".
The branch, STABLE-BRANCH-2-2 has been updated
via 71903eee89496e3f1d0a24536bced6ff16df6783 (commit)
from 460e3812be711bd18195053d74aa736215f21eee (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 71903eee89496e3f1d0a24536bced6ff16df6783
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Wed Apr 25 09:37:21 2018 +0900
g10: Fix printing the keygrip with --card-status.
* g10/card-util.c (current_card_status): Keygrip for Auth is 3.
--
Fixes-commit: fd595c9d3642dba437fbe0f6e25d7aaaae095f94
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/g10/card-util.c b/g10/card-util.c
index 1a249fb..3148de0 100644
--- a/g10/card-util.c
+++ b/g10/card-util.c
@@ -633,7 +633,7 @@ current_card_status (ctrl_t ctrl, estream_t fp,
{
tty_fprintf (fp, " created ....: %s\n",
isotimestamp (info.fpr3time));
- print_keygrip (fp, info.grp2);
+ print_keygrip (fp, info.grp3);
}
tty_fprintf (fp, "General key info..: ");
-----------------------------------------------------------------------
Summary of changes:
g10/card-util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list