mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* packet.h: Move some flags to a bitfield. Change all callers.
This commit is contained in:
parent
477ded81a4
commit
ce1ce8910e
6 changed files with 44 additions and 37 deletions
|
@ -1421,7 +1421,7 @@ select_mdc_from_pklist (PK_LIST pk_list)
|
|||
int mdc;
|
||||
|
||||
if (pkr->pk->user_id) /* selected by user ID */
|
||||
mdc = pkr->pk->user_id->mdc_feature;
|
||||
mdc = pkr->pk->user_id->flags.mdc;
|
||||
else
|
||||
mdc = pkr->pk->mdc_feature;
|
||||
if (!mdc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue