1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* 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.
This commit is contained in:
David Shaw 2003-07-20 02:09:06 +00:00
parent 06442ab0da
commit 726b36b647
4 changed files with 58 additions and 24 deletions

View file

@ -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*/