diff options
author | Werner Koch <[email protected]> | 2007-03-05 10:22:56 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-03-05 10:22:56 +0000 |
commit | 7cb81bb3ef2769812678719d440aa844c0bb889a (patch) | |
tree | c9cb62c8dcee5935c4ad86b190d171beec5035d0 /g10/options.h | |
parent | Updated (diff) | |
download | gnupg-1.4.7.tar.gz gnupg-1.4.7.zip |
Preparing 1.4.7gnupg-1.4.7
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index 8f866e2ad..c5f0f22d2 100644 --- a/g10/options.h +++ b/g10/options.h @@ -226,6 +226,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 @@ -237,8 +238,6 @@ struct struct akl *next; } *auto_key_locate; - /* True if multiple concatenated signatures may be verified. */ - int allow_multisig_verification; int passwd_repeat; } opt; @@ -324,6 +323,7 @@ struct { #define VERIFY_SHOW_UNUSABLE_UIDS (1<<6) #define VERIFY_PKA_LOOKUPS (1<<7) #define VERIFY_PKA_TRUST_INCREASE (1<<8) +#define VERIFY_SHOW_PRIMARY_UID_ONLY (1<<9) #define KEYSERVER_USE_TEMP_FILES (1<<0) #define KEYSERVER_KEEP_TEMP_FILES (1<<1) |