diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 54fd0df32..58f5f0b58 100644 --- a/g10/options.h +++ b/g10/options.h @@ -101,6 +101,8 @@ struct { int allow_secret_key_import; int try_all_secrets; int no_expensive_trust_checks; + int no_sig_cache; + int no_sig_create_check; } opt; |