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): Rename
verify-option show-validity to show-uid-validity to match the similar list-option. * app-openpgp.c (verify_chv3): Fix typo.
This commit is contained in:
parent
73b4b2c890
commit
65077adf83
5 changed files with 17 additions and 8 deletions
|
@ -272,7 +272,7 @@ struct {
|
|||
#define VERIFY_SHOW_USER_NOTATIONS (1<<3)
|
||||
#define VERIFY_SHOW_NOTATIONS (VERIFY_SHOW_STD_NOTATIONS|VERIFY_SHOW_USER_NOTATIONS)
|
||||
#define VERIFY_SHOW_KEYSERVER_URLS (1<<4)
|
||||
#define VERIFY_SHOW_VALIDITY (1<<5)
|
||||
#define VERIFY_SHOW_UID_VALIDITY (1<<5)
|
||||
#define VERIFY_SHOW_UNUSABLE_UIDS (1<<6)
|
||||
|
||||
#define KEYSERVER_INCLUDE_REVOKED (1<<0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue