aboutsummaryrefslogtreecommitdiffstats
path: root/g10/trustdb.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/trustdb.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 '')
-rw-r--r--g10/trustdb.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/g10/trustdb.c b/g10/trustdb.c
index cff55ec21..e372bf8fb 100644
--- a/g10/trustdb.c
+++ b/g10/trustdb.c
@@ -450,12 +450,7 @@ init_trustdb()
}
if(opt.verbose)
- {
- log_info(_("using %s trust model\n"),trust_model_string());
- if (opt.pka_trust_increase)
- log_info(_("PKA verification is allowed to"
- " leverage trust to full\n"));
- }
+ log_info(_("using %s trust model\n"),trust_model_string());
}
if(opt.trust_model==TM_PGP || opt.trust_model==TM_CLASSIC)