From 7cb81bb3ef2769812678719d440aa844c0bb889a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 5 Mar 2007 10:22:56 +0000 Subject: Preparing 1.4.7 --- g10/options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'g10/options.h') 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) -- cgit v1.2.3