diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/g10/options.h b/g10/options.h index c4fd89d52..64a803c22 100644 --- a/g10/options.h +++ b/g10/options.h @@ -247,11 +247,12 @@ struct { #define LIST_SHOW_KEYRING (1<<7) #define LIST_SHOW_SIG_EXPIRE (1<<8) -#define VERIFY_SHOW_PHOTOS (1<<0) -#define VERIFY_SHOW_POLICY (1<<1) -#define VERIFY_SHOW_NOTATION (1<<2) -#define VERIFY_SHOW_KEYSERVER (1<<3) -#define VERIFY_SHOW_VALIDITY (1<<4) -#define VERIFY_SHOW_LONG_KEYID (1<<5) +#define VERIFY_SHOW_PHOTOS (1<<0) +#define VERIFY_SHOW_POLICY (1<<1) +#define VERIFY_SHOW_NOTATION (1<<2) +#define VERIFY_SHOW_KEYSERVER (1<<3) +#define VERIFY_SHOW_VALIDITY (1<<4) +#define VERIFY_SHOW_LONG_KEYID (1<<5) +#define VERIFY_SHOW_UNUSABLE_UIDS (1<<6) #endif /*G10_OPTIONS_H*/ |