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
|
@ -313,7 +313,7 @@ get_it (PKT_pubkey_enc *enc, DEK *dek, PKT_public_key *sk, u32 *keyid)
|
|||
}
|
||||
}
|
||||
|
||||
if (pk && pk->is_revoked)
|
||||
if (pk && pk->flags.revoked)
|
||||
{
|
||||
log_info (_("NOTE: key has been revoked"));
|
||||
log_printf ("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue