diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/g10/options.h b/g10/options.h index 7413ffb7e..b45525c95 100644 --- a/g10/options.h +++ b/g10/options.h @@ -234,9 +234,11 @@ struct { #define LIST_SHOW_VALIDITY 16 #define LIST_SHOW_LONG_KEYID 32 -#define VERIFY_SHOW_PHOTOS 1 -#define VERIFY_SHOW_POLICY 2 -#define VERIFY_SHOW_NOTATION 4 -#define VERIFY_SHOW_KEYSERVER 8 +#define VERIFY_SHOW_PHOTOS 1 +#define VERIFY_SHOW_POLICY 2 +#define VERIFY_SHOW_NOTATION 4 +#define VERIFY_SHOW_KEYSERVER 8 +#define VERIFY_SHOW_VALIDITY 16 +#define VERIFY_SHOW_LONG_KEYID 32 #endif /*G10_OPTIONS_H*/ |