aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
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;