diff options
author | David Shaw <[email protected]> | 2002-10-03 22:13:04 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-10-03 22:13:04 +0000 |
commit | 8c48fbd0e29d883ecb886a023c683c944275e979 (patch) | |
tree | cea78bc8afadb1b15158e349dfc5bd5ee77641b8 /g10/options.h | |
parent | * util.h: Add new log_warning logger command which can be switched between (diff) | |
download | gnupg-8c48fbd0e29d883ecb886a023c683c944275e979.tar.gz gnupg-8c48fbd0e29d883ecb886a023c683c944275e979.zip |
* options.h, g10.c (main): Add --strict and --no-strict to switch the
log_warning severity level from info to error.
Diffstat (limited to '')
-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 f9301fdd3..6be587ab8 100644 --- a/g10/options.h +++ b/g10/options.h @@ -177,6 +177,7 @@ struct { int no_homedir_creation; int show_keyring; struct groupitem *grouplist; + int strict; } opt; |