diff options
Diffstat (limited to 'g10/keylist.c')
-rw-r--r-- | g10/keylist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c index a5456d52d..1861cd824 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -132,7 +132,7 @@ list_one( STRLIST names, int secret ) } do { merge_keys_and_selfsig( keyblock ); - list_keyblock( keyblock, 0 ); + list_keyblock( keyblock, 1 ); release_kbnode( keyblock ); } while( !get_seckey_next( ctx, NULL, &keyblock ) ); get_seckey_end( ctx ); |