diff options
author | David Shaw <[email protected]> | 2003-07-20 02:09:06 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-07-20 02:09:06 +0000 |
commit | 726b36b647ba9b2693d13dc140c851c92dadf6ac (patch) | |
tree | 4dc596cc9b2601bd5e45f5af5ee4cda1210ffcd2 /g10/options.h | |
parent | * packet.h, main.h, sig-check.c (signature_check2, check_key_signature2, (diff) | |
download | gnupg-726b36b647ba9b2693d13dc140c851c92dadf6ac.tar.gz gnupg-726b36b647ba9b2693d13dc140c851c92dadf6ac.zip |
* options.h, g10.c (main), mainproc.c (check_sig_and_print): Add
verify-options "show-validity" and "show-long-keyid" to show trustdb
validity and long keyids during (file) signature verification.
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*/ |