diff options
author | David Shaw <[email protected]> | 2004-02-11 13:46:23 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-02-11 13:46:23 +0000 |
commit | aa5f1940ff049d12a2c1a49d321c51a99b071aa4 (patch) | |
tree | bcbdd1170ed625434872d000c4aa20c62dc5abb6 /g10/options.h | |
parent | * keyedit.c (keyedit_menu): Prompt for subkey removal for both secret and (diff) | |
download | gnupg-aa5f1940ff049d12a2c1a49d321c51a99b071aa4.tar.gz gnupg-aa5f1940ff049d12a2c1a49d321c51a99b071aa4.zip |
* options.h, g10.c (main), keylist.c (list_keyblock_print): Add
"show-unusable-subkeys" list-option to show revoked and/or expired
subkeys.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/g10/options.h b/g10/options.h index 4698aead5..aa7c244f8 100644 --- a/g10/options.h +++ b/g10/options.h @@ -245,8 +245,9 @@ struct { #define LIST_SHOW_VALIDITY (1<<4) #define LIST_SHOW_LONG_KEYIDS (1<<5) #define LIST_SHOW_UNUSABLE_UIDS (1<<6) -#define LIST_SHOW_KEYRING (1<<7) -#define LIST_SHOW_SIG_EXPIRE (1<<8) +#define LIST_SHOW_UNUSABLE_SUBKEYS (1<<7) +#define LIST_SHOW_KEYRING (1<<8) +#define LIST_SHOW_SIG_EXPIRE (1<<9) #define VERIFY_SHOW_PHOTOS (1<<0) #define VERIFY_SHOW_POLICY_URLS (1<<1) |