diff options
author | Werner Koch <[email protected]> | 2006-03-07 11:05:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-03-07 11:05:41 +0000 |
commit | 4aeb4d4b103ccd2e7cf56c8190bc0eb7c41f8e4a (patch) | |
tree | 7b962de7e8574bdf92d0bb765e0514fabbf1a727 /g10/options.h | |
parent | * gpg.sgml: Document --auto-key-locate. (diff) | |
download | gnupg-4aeb4d4b103ccd2e7cf56c8190bc0eb7c41f8e4a.tar.gz gnupg-4aeb4d4b103ccd2e7cf56c8190bc0eb7c41f8e4a.zip |
More tests added; make distcheck works
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 |