mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Make public key data structure easier to read.
Check vor v1 card while signing.
This commit is contained in:
parent
aa3d02ee5b
commit
cc99c37549
18 changed files with 222 additions and 134 deletions
|
@ -396,9 +396,9 @@ dump_kbnode (KBNODE node)
|
|||
(ulong)keyid_from_pk( pk, NULL ),
|
||||
pk->pubkey_algo, pk->pubkey_usage,
|
||||
pk->has_expired? 'e':'.',
|
||||
pk->is_revoked? 'r':'.',
|
||||
pk->is_valid? 'v':'.',
|
||||
pk->mdc_feature? 'm':'.');
|
||||
pk->flags.revoked? 'r':'.',
|
||||
pk->flags.valid? 'v':'.',
|
||||
pk->flags.mdc? 'm':'.');
|
||||
}
|
||||
|
||||
log_flush ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue