diff options
| author | Werner Koch <[email protected]> | 1998-07-29 19:35:05 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-07-29 19:35:05 +0000 |
| commit | 5ae562b41d9e3ec965643b902bf8593c8ca5a2d7 (patch) | |
| tree | 059ed09c380b3f534479add19933dbe9a7a401c9 /g10/mainproc.c | |
| parent | changed trustdb design (diff) | |
| download | gnupg-5ae562b41d9e3ec965643b902bf8593c8ca5a2d7.tar.gz gnupg-5ae562b41d9e3ec965643b902bf8593c8ca5a2d7.zip | |
edit-key is now complete
Diffstat (limited to 'g10/mainproc.c')
| -rw-r--r-- | g10/mainproc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index cd3e85a8b..e7dabf5e9 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -520,6 +520,8 @@ list_node( CTX c, KBNODE node ) } if( !any ) putchar('\n'); + if( !mainkey && opt.fingerprint > 1 ) + print_fingerprint( pk, NULL ); } else if( (mainkey = (node->pkt->pkttype == PKT_SECRET_KEY) ) || node->pkt->pkttype == PKT_SECRET_SUBKEY ) { @@ -583,6 +585,8 @@ list_node( CTX c, KBNODE node ) } if( !any ) putchar('\n'); + if( !mainkey && opt.fingerprint > 1 ) + print_fingerprint( NULL, sk ); } else if( node->pkt->pkttype == PKT_SIGNATURE ) { PKT_signature *sig = node->pkt->pkt.signature; |
