diff options
author | Werner Koch <[email protected]> | 1998-10-16 16:00:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-10-16 16:00:17 +0000 |
commit | e81e0970f7ab6c815f3396168d47fc6ab57fdf30 (patch) | |
tree | 175aa8c360560b30cf500a91eb72b34e16bdedc4 /g10/options.h | |
parent | backup (diff) | |
download | gnupg-e81e0970f7ab6c815f3396168d47fc6ab57fdf30.tar.gz gnupg-e81e0970f7ab6c815f3396168d47fc6ab57fdf30.zip |
last local commit
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h index d674ada12..ac7629631 100644 --- a/g10/options.h +++ b/g10/options.h @@ -20,6 +20,10 @@ #ifndef G10_OPTIONS_H #define G10_OPTIONS_H + +#undef ENABLE_COMMENT_PACKETS /* don't create comment packets */ + + struct { int verbose; unsigned debug; @@ -37,7 +41,7 @@ struct { int no_armor; int list_packets; /* list-packets mode */ int def_cipher_algo; - int do_not_export_rsa; + int reserved1; int def_digest_algo; int def_compress_algo; const char *def_secret_key; |