diff options
author | David Shaw <[email protected]> | 2005-11-10 22:50:46 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2005-11-10 22:50:46 +0000 |
commit | ce1ce8910e334436bb213fe9f531208b7724dfc5 (patch) | |
tree | 38e3f35dfcba000ff3fbedc7a2dcb2bd21a88443 /g10/pkclist.c | |
parent | * options.h, import.c (parse_import_options, clean_sigs_from_all_uids, (diff) | |
download | gnupg-ce1ce8910e334436bb213fe9f531208b7724dfc5.tar.gz gnupg-ce1ce8910e334436bb213fe9f531208b7724dfc5.zip |
* packet.h: Move some flags to a bitfield. Change all callers.
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index a2d34ad50..6824b7097 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -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) |