mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
gpg: If the saved trust model is unknown, default to tofu+pgp.
* g10/trustdb.c (init_trustdb): If the saved trust model is unknown, default to tofu+pgp instead of pgp. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
8c3b7915d6
commit
9afeb4cca1
@ -466,8 +466,8 @@ init_trustdb ()
|
|||||||
&& opt.trust_model != TM_EXTERNAL)
|
&& opt.trust_model != TM_EXTERNAL)
|
||||||
{
|
{
|
||||||
log_info(_("unable to use unknown trust model (%d) - "
|
log_info(_("unable to use unknown trust model (%d) - "
|
||||||
"assuming %s trust model\n"),opt.trust_model,"PGP");
|
"assuming %s trust model\n"),opt.trust_model,"tofu+pgp");
|
||||||
opt.trust_model=TM_PGP;
|
opt.trust_model = TM_TOFU_PGP;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(opt.verbose)
|
if(opt.verbose)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user