aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-03-05 14:56:31 +0000
committerWerner Koch <[email protected]>2007-03-05 14:56:31 +0000
commit9491ab44c58ca9853a1990d4039846e53bd2d8a1 (patch)
tree68b28ec298c307bc7af9c832a684e739cf86ec5e /g10/options.h
parentAdd new SVN only file README.maint (diff)
downloadgnupg-9491ab44c58ca9853a1990d4039846e53bd2d8a1.tar.gz
gnupg-9491ab44c58ca9853a1990d4039846e53bd2d8a1.zip
Ported multiple-messages protection.
Diffstat (limited to '')
-rw-r--r--g10/options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h
index 315912b33..3c8b5ac4a 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -227,6 +227,7 @@ struct
unsigned int use_embedded_filename:1;
unsigned int utf8_filename:1;
unsigned int dsa2:1;
+ unsigned int allow_multiple_messages:1;
} flags;
/* Linked list of ways to find a key if the key isn't on the local
@@ -238,8 +239,6 @@ struct
struct akl *next;
} *auto_key_locate;
- /* True if multiple concatenated signatures may be verified. */
- int allow_multisig_verification;
int passwd_repeat;
} opt;