mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* options.h, mainproc.c (check_sig_and_print), gpg.c (main):
pka-lookups, not pka-lookup. * options.h, gpg.c (main), keyedit.c [cmds], sig-check.c (signature_check2): Rename "backsign" to "cross-certify" as a more accurate name.
This commit is contained in:
parent
07c48cf29e
commit
90d8377276
6 changed files with 27 additions and 14 deletions
|
@ -1866,7 +1866,7 @@ check_sig_and_print( CTX c, KBNODE node )
|
|||
|
||||
if (!rc)
|
||||
{
|
||||
if(opt.verify_options&VERIFY_PKA_LOOKUP)
|
||||
if(opt.verify_options&VERIFY_PKA_LOOKUPS)
|
||||
pka_uri_from_sig (sig); /* Make sure PKA info is available. */
|
||||
rc = check_signatures_trust( sig );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue