[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.10-31-g627839e
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Nov 6 07:32:10 CET 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 627839ea88da11a9e8d033e3c91bdf5a048b15c3 (commit)
from 66e0bd37ee3dd5ab534b2664493576ef6ad15a08 (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 627839ea88da11a9e8d033e3c91bdf5a048b15c3
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Tue Nov 6 15:28:43 2018 +0900
g10: Fix print_keygrip for smartcard.
* g10/card-util.c (print_keygrip): Use tty_fprintf.
--
Reported-by: Joey Pabalinas <joeypabalinas at gmail.com>
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/g10/card-util.c b/g10/card-util.c
index 397a8d6..52a09b5 100644
--- a/g10/card-util.c
+++ b/g10/card-util.c
@@ -274,7 +274,7 @@ print_keygrip (estream_t fp, const unsigned char *grp)
{
tty_fprintf (fp, " keygrip ....: ");
for (i=0; i < 20 ; i++, grp++)
- es_fprintf (fp, "%02X", *grp);
+ tty_fprintf (fp, "%02X", *grp);
tty_fprintf (fp, "\n");
}
}
-----------------------------------------------------------------------
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