diff options
author | Werner Koch <wk@gnupg.org> | 2007-03-05 15:56:31 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-03-05 15:56:31 +0100 |
commit | 9491ab44c58ca9853a1990d4039846e53bd2d8a1 (patch) | |
tree | 68b28ec298c307bc7af9c832a684e739cf86ec5e /g10/options.h | |
parent | Add new SVN only file README.maint (diff) | |
download | gnupg2-9491ab44c58ca9853a1990d4039846e53bd2d8a1.tar.xz gnupg2-9491ab44c58ca9853a1990d4039846e53bd2d8a1.zip |
Ported multiple-messages protection.
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 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; |