diff options
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 dc691693f..b6cf4a668 100644 --- a/g10/options.h +++ b/g10/options.h @@ -114,6 +114,7 @@ struct { int no_expensive_trust_checks; int no_sig_cache; int no_sig_create_check; + int no_auto_check_trustdb; int preserve_permissions; int no_homedir_creation; } opt; |