diff --git a/g10/keylist.c b/g10/keylist.c index b5ea84d1c..75def775c 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -1569,6 +1569,8 @@ list_keyblock (KBNODE keyblock, int secret, int has_secret, int fpr, list_keyblock_colon (keyblock, secret, has_secret, fpr); else list_keyblock_print (keyblock, secret, fpr, opaque); + if (secret) + es_fflush (es_stdout); } /*