aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-10-16 16:00:17 +0000
committerWerner Koch <[email protected]>1998-10-16 16:00:17 +0000
commite81e0970f7ab6c815f3396168d47fc6ab57fdf30 (patch)
tree175aa8c360560b30cf500a91eb72b34e16bdedc4 /g10/options.h
parentbackup (diff)
downloadgnupg-e81e0970f7ab6c815f3396168d47fc6ab57fdf30.tar.gz
gnupg-e81e0970f7ab6c815f3396168d47fc6ab57fdf30.zip
last local commit
Diffstat (limited to '')
-rw-r--r--g10/options.h6
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;