diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 28b813250..422d36b85 100644 --- a/g10/options.h +++ b/g10/options.h @@ -231,6 +231,9 @@ struct struct akl *next; } *auto_key_locate; + /* True if multiple concatenated signatures may be verified. */ + int allow_multisig_verification; + } opt; /* CTRL is used to keep some global variables we currently can't |