diff options
author | Werner Koch <[email protected]> | 1998-05-15 18:49:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-05-15 18:49:19 +0000 |
commit | f9a70437820d05f7f98ffd1c9003edd83872e9b5 (patch) | |
tree | dc17bdc0dea76ddc28ae651a3dc341b83784dd12 /g10/options.h | |
parent | can create v4 signatures (diff) | |
download | gnupg-f9a70437820d05f7f98ffd1c9003edd83872e9b5.tar.gz gnupg-f9a70437820d05f7f98ffd1c9003edd83872e9b5.zip |
new releaseV0-2-18
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; |