diff options
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/g10/options.h b/g10/options.h index 1a70277dc..7413ffb7e 100644 --- a/g10/options.h +++ b/g10/options.h @@ -234,8 +234,9 @@ 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_PHOTOS 1 +#define VERIFY_SHOW_POLICY 2 +#define VERIFY_SHOW_NOTATION 4 +#define VERIFY_SHOW_KEYSERVER 8 #endif /*G10_OPTIONS_H*/ |