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 8699af25c..8bc30eeba 100644 --- a/g10/options.h +++ b/g10/options.h @@ -45,6 +45,8 @@ struct { int completes_needed; const char *homedir; int skip_verify; + int compress_keys; + int always_trust; } opt; |