diff options
Diffstat (limited to 'g10/options.h')
-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 c278b5d29..edfff00b7 100644 --- a/g10/options.h +++ b/g10/options.h @@ -207,6 +207,9 @@ struct int disable_ccid; /* Disable the use of the internal CCID driver. */ #endif /*ENABLE_CARD_SUPPORT*/ + /* 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 |