diff options
author | David Shaw <dshaw@jabberwocky.com> | 2006-03-08 03:40:42 +0100 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2006-03-08 03:40:42 +0100 |
commit | 90d8377276a654e30fa49bf2711df52e2b059e90 (patch) | |
tree | bc7212897b072d36d4b46373501c705ff3939062 /g10/sig-check.c | |
parent | * NEWS: Note CERT retrieval. Tweak PKA and backsig language to match (diff) | |
download | gnupg2-90d8377276a654e30fa49bf2711df52e2b059e90.tar.xz gnupg2-90d8377276a654e30fa49bf2711df52e2b059e90.zip |
* 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.
Diffstat (limited to '')
-rw-r--r-- | g10/sig-check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c index b0c34abde..a444bbfe7 100644 --- a/g10/sig-check.c +++ b/g10/sig-check.c @@ -100,7 +100,7 @@ signature_check2( PKT_signature *sig, MD_HANDLE digest, u32 *r_expiredate, have backsigs, change this to always give the warning, and have --require-backsigs enable or disable the G10ERR_GENERAL. */ - if(pk->backsig==0 && opt.require_backsigs) + if(pk->backsig==0 && opt.flags.require_cross_cert) { log_info(_("WARNING: signing subkey %s is not" " cross-certified\n"),keystr_from_pk(pk)); |