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 58f5f0b58..567d9201e 100644 --- a/g10/options.h +++ b/g10/options.h @@ -103,6 +103,7 @@ struct { int no_expensive_trust_checks; int no_sig_cache; int no_sig_create_check; + int preserve_permissions; } opt; |