aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keylist.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2002-08-22 17:47:42 +0000
committerDavid Shaw <[email protected]>2002-08-22 17:47:42 +0000
commit8609693d79539628e556d1982e80f93ccd339814 (patch)
treeeee15bb26bfc72171aefac56a877e1bee8d18a5a /g10/keylist.c
parent* query.c (agent_askpin): Provide the default desc text depending (diff)
downloadgnupg-8609693d79539628e556d1982e80f93ccd339814.tar.gz
gnupg-8609693d79539628e556d1982e80f93ccd339814.zip
* import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys into
chk_self_sigs. This improves efficiency as the same signatures are not checked multiple times. Clarify when a subkey is revoked (any revocation signature, even if it is dated before the binding signature). * getkey.c (merge_selfsigs_subkey): Subkey revocation comments. * keylist.c (list_one): Stats are only for public key listings. * g10.c (main), options.skel: Default should be include-revoked for keyserver operations.
Diffstat (limited to 'g10/keylist.c')
-rw-r--r--g10/keylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c
index d588865db..307735184 100644
--- a/g10/keylist.c
+++ b/g10/keylist.c
@@ -252,7 +252,7 @@ list_one( STRLIST names, int secret )
putchar('-');
putchar('\n');
}
- list_keyblock( keyblock, 1, opt.fingerprint, &stats );
+ list_keyblock( keyblock, 1, opt.fingerprint, NULL );
release_kbnode( keyblock );
} while( !get_seckey_next( ctx, NULL, &keyblock ) );
get_seckey_end( ctx );