diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index 19c065733..8699af25c 100644 --- a/g10/options.h +++ b/g10/options.h @@ -39,13 +39,12 @@ struct { int def_cipher_algo; int def_pubkey_algo; int def_digest_algo; + int def_compress_algo; int no_comment; int marginals_needed; int completes_needed; const char *homedir; int skip_verify; - int reserved14; - int reserved15; } opt; |