1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* options.h, g10.c (main): Add --strict and --no-strict to switch the

log_warning severity level from info to error.
This commit is contained in:
David Shaw 2002-10-03 22:13:04 +00:00
parent 35cc8cf90a
commit 8c48fbd0e2
3 changed files with 10 additions and 0 deletions

View file

@ -177,6 +177,7 @@ struct {
int no_homedir_creation;
int show_keyring;
struct groupitem *grouplist;
int strict;
} opt;