1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Sun Feb 28 19:11:00 CET 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-02-28 18:14:18 +00:00
parent 694099b9af
commit 0f5bb383b5
8 changed files with 39 additions and 16 deletions

View file

@ -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 );