1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* options.h, g10.c (main), mainproc.c (check_sig_and_print): Remove

verify-option show-long-keyids and replace with the more general
keyid-format.
This commit is contained in:
David Shaw 2004-03-03 20:54:03 +00:00
parent 56a6945261
commit c562c9e837
4 changed files with 13 additions and 12 deletions

View file

@ -262,7 +262,6 @@ struct
#define VERIFY_SHOW_NOTATIONS (1<<2)
#define VERIFY_SHOW_KEYSERVER_URLS (1<<3)
#define VERIFY_SHOW_VALIDITY (1<<4)
#define VERIFY_SHOW_LONG_KEYIDS (1<<5)
#define VERIFY_SHOW_UNUSABLE_UIDS (1<<6)
#define VERIFY_SHOW_UNUSABLE_UIDS (1<<5)
#endif /*G10_OPTIONS_H*/