diff options
author | David Shaw <[email protected]> | 2003-09-30 21:16:36 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-09-30 21:16:36 +0000 |
commit | cb772decc4a1414452ff5ff1bf01717c31933d51 (patch) | |
tree | 354b52f34c5823e1f4769e5000c87c695f305ace /g10/options.h | |
parent | * gpg.sgml: Clarify --mangle-dos-filenames, document list-option (diff) | |
download | gnupg-cb772decc4a1414452ff5ff1bf01717c31933d51.tar.gz gnupg-cb772decc4a1414452ff5ff1bf01717c31933d51.zip |
* options.h, g10.c (main), mainproc.c (check_sig_and_print): Add
--verify-option show-unusable-uids.
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/g10/options.h b/g10/options.h index c4fd89d52..64a803c22 100644 --- a/g10/options.h +++ b/g10/options.h @@ -247,11 +247,12 @@ struct { #define LIST_SHOW_KEYRING (1<<7) #define LIST_SHOW_SIG_EXPIRE (1<<8) -#define VERIFY_SHOW_PHOTOS (1<<0) -#define VERIFY_SHOW_POLICY (1<<1) -#define VERIFY_SHOW_NOTATION (1<<2) -#define VERIFY_SHOW_KEYSERVER (1<<3) -#define VERIFY_SHOW_VALIDITY (1<<4) -#define VERIFY_SHOW_LONG_KEYID (1<<5) +#define VERIFY_SHOW_PHOTOS (1<<0) +#define VERIFY_SHOW_POLICY (1<<1) +#define VERIFY_SHOW_NOTATION (1<<2) +#define VERIFY_SHOW_KEYSERVER (1<<3) +#define VERIFY_SHOW_VALIDITY (1<<4) +#define VERIFY_SHOW_LONG_KEYID (1<<5) +#define VERIFY_SHOW_UNUSABLE_UIDS (1<<6) #endif /*G10_OPTIONS_H*/ |