aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keylist.c
diff options
context:
space:
mode:
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