diff options
author | Werner Koch <wk@gnupg.org> | 2002-09-10 10:40:12 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-09-10 10:40:12 +0200 |
commit | b324a5d2d14c33bdd4549b2e84f189d4ef0cabe6 (patch) | |
tree | 580a40b65f6957a56573812edf355f3c666aa38f /g10/options.h | |
parent | Added prototype. (diff) | |
download | gnupg2-b324a5d2d14c33bdd4549b2e84f189d4ef0cabe6.tar.xz gnupg2-b324a5d2d14c33bdd4549b2e84f189d4ef0cabe6.zip |
Cleanups and minor fixes.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/g10/options.h b/g10/options.h index 3e7982588..9ab1042f6 100644 --- a/g10/options.h +++ b/g10/options.h @@ -137,9 +137,9 @@ struct { unsigned int import_options; unsigned int export_options; char *def_preference_list; - prefitem_t *personal_cipher_prefs, - *personal_digest_prefs, - *personal_compress_prefs; + prefitem_t *personal_cipher_prefs; + prefitem_t *personal_digest_prefs; + prefitem_t *personal_compress_prefs; int no_perm_warn; int no_mdc_warn; char *temp_dir; @@ -181,7 +181,6 @@ struct { #define EMUBUG_GPGCHKSUM 1 -#define EMUBUG_3DESS2K 2 #define EMUBUG_MDENCODE 4 #define DBG_PACKET_VALUE 1 /* debug packet reading/writing */ |