diff options
author | Werner Koch <[email protected]> | 2006-03-08 09:11:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-03-08 09:11:34 +0000 |
commit | 01ba058eb057aaca653d29f94061502fdd00e970 (patch) | |
tree | 61f3448d798b7215cf2f0650faf2c49ef4f5d690 /g10/options.h | |
parent | Security fix (diff) | |
download | gnupg-1.4.2.2.tar.gz gnupg-1.4.2.2.zip |
Backported verification fixes from 1.4.3-cvsgnupg-1.4.2.2
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 |