diff options
author | David Shaw <[email protected]> | 2004-02-23 04:00:51 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-02-23 04:00:51 +0000 |
commit | 643665c963f9ebdd96b15598ec1b165a1cc22445 (patch) | |
tree | de48b61e18be5da868a0ecf487fc406ac8b968d0 /g10/options.h | |
parent | * gpgkeys_ldap.c (delete_one_attr): New function to replace attributes (diff) | |
download | gnupg-643665c963f9ebdd96b15598ec1b165a1cc22445.tar.gz gnupg-643665c963f9ebdd96b15598ec1b165a1cc22445.zip |
* options.h, g10.c (main), trustdb.c (mark_usable_uid_certs): Add
--min-cert-check-level option to specify minimum cert check level.
Defaults to 2 (so 0x11 sigs are ignored). 0x10 sigs cannot be ignored.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index ea5dd13be..53821aa0d 100644 --- a/g10/options.h +++ b/g10/options.h @@ -77,6 +77,7 @@ struct { char *def_recipient; int def_recipient_self; int def_cert_check_level; + int min_cert_check_level; int sk_comments; int no_version; int marginals_needed; |