aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkclist.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2006-03-07 20:14:20 +0000
committerDavid Shaw <[email protected]>2006-03-07 20:14:20 +0000
commit4f9efb7a79b652e0594ffbb120e466dc6732afe6 (patch)
tree454c704451edde941e608a220eb62c3c893d383d /g10/pkclist.c
parent* NEWS: Note --auto-key-locate and that keyservers can handle binary data (diff)
downloadgnupg-4f9efb7a79b652e0594ffbb120e466dc6732afe6.tar.gz
gnupg-4f9efb7a79b652e0594ffbb120e466dc6732afe6.zip
* options.h, gpg.c (main, parse_trust_model), pkclist.c
(check_signatures_trust), mainproc.c (check_sig_and_print, pka_uri_from_sig), trustdb.c (init_trustdb): Some tweaks to PKA so that it is a verify-option now.
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r--g10/pkclist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c
index 11a5f522e..5cce7f209 100644
--- a/g10/pkclist.c
+++ b/g10/pkclist.c
@@ -566,7 +566,7 @@ check_signatures_trust( PKT_signature *sig )
case TRUST_UNKNOWN:
case TRUST_UNDEFINED:
case TRUST_MARGINAL:
- if (okay && opt.pka_trust_increase)
+ if (okay && opt.verify_options&VERIFY_PKA_TRUST_INCREASE)
{
trustlevel = ((trustlevel & ~TRUST_MASK) | TRUST_FULLY);
log_info (_("trustlevel adjusted to FULL"