[git] GnuPG - branch, master, updated. gnupg-2.2.7-253-g01b77eb
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Nov 6 07:37:17 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, master has been updated
via 01b77ebbb71d47ba276d3a1af9595fdcd9b48f5f (commit)
from e3a1e80d13487c9336640a99b2f6d385d7d6f55c (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 01b77ebbb71d47ba276d3a1af9595fdcd9b48f5f
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 5205798..a1a099d 100644
--- a/g10/card-util.c
+++ b/g10/card-util.c
@@ -276,7 +276,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