From f60dc501d2958a1d80de7a114d2f4eedc267f2d7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 24 Nov 2001 22:20:38 +0000 Subject: Introduced the keygrip --- sm/keylist.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sm/keylist.c') diff --git a/sm/keylist.c b/sm/keylist.c index f47a0b79e..19bc9dd40 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -104,6 +104,9 @@ list_cert_colon (KsbaCert cert, FILE *fp) p = gpgsm_get_fingerprint_hexstring (cert, GCRY_MD_SHA1); fprintf (fp, "fpr:::::::::%s:\n", p); xfree (p); + p = gpgsm_get_keygrip_hexstring (cert); + fprintf (fp, "grp:::::::::%s:\n", p?p:""); + xfree (p); if (opt.with_key_data) print_key_data (cert, fp); -- cgit v1.2.3