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), keylist.c (list_keyblock_print), keyedit.c

(print_and_check_one_sig): New "show-sig-expire" list-option to show
signature expiration dates (if any).
This commit is contained in:
David Shaw 2003-08-03 02:37:48 +00:00
parent 7921516e85
commit 752e3459ab
5 changed files with 16 additions and 2 deletions

View file

@ -234,6 +234,7 @@ struct {
#define LIST_SHOW_KEYRING 8
#define LIST_SHOW_VALIDITY 16
#define LIST_SHOW_LONG_KEYID 32
#define LIST_SHOW_SIG_EXPIRE 64
#define VERIFY_SHOW_PHOTOS 1
#define VERIFY_SHOW_POLICY 2