aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keylist.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-11-13 19:41:41 +0000
committerWerner Koch <[email protected]>1998-11-13 19:41:41 +0000
commit17ea875ab0abd267eb720f8c82ac668e90cc3669 (patch)
treefc75d775f3e942991d46bee3ed596ffb4523efd6 /g10/keylist.c
parentNot yet completed changes to support PPC (diff)
downloadgnupg-17ea875ab0abd267eb720f8c82ac668e90cc3669.tar.gz
gnupg-17ea875ab0abd267eb720f8c82ac668e90cc3669.zip
See ChangeLog ;-). Key validation should now be faster
Diffstat (limited to 'g10/keylist.c')
-rw-r--r--g10/keylist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c
index 257e869e4..f2ded0455 100644
--- a/g10/keylist.c
+++ b/g10/keylist.c
@@ -207,7 +207,8 @@ list_keyblock( KBNODE keyblock, int secret )
if( pk->local_id )
printf("%lu", pk->local_id );
putchar(':');
- /* fixme: add ownertrust here */
+ if( pk->local_id )
+ putchar( get_ownertrust_info( pk->local_id ) );
putchar(':');
}
else