From b54d75fb1dcfa2cebb3a2497b81ffb49acac2056 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 4 Aug 2017 17:09:17 +0200 Subject: [PATCH] gpg: Avoid double fingerprint printing with import-show. * g10/import.c (import_one) : Take care of fingerprint options. Signed-off-by: Werner Koch --- g10/import.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/g10/import.c b/g10/import.c index b1b8e0f9e..5b55f8f82 100644 --- a/g10/import.c +++ b/g10/import.c @@ -1778,7 +1778,8 @@ import_one (ctrl_t ctrl, merge_keys_done = 1; /* Note that we do not want to show the validity because the key * has not yet imported. */ - list_keyblock_direct (ctrl, keyblock, 0, 0, 1, 1); + list_keyblock_direct (ctrl, keyblock, 0, 0, + opt.fingerprint || opt.with_fingerprint, 1); es_fflush (es_stdout); }