diff options
author | David Shaw <[email protected]> | 2004-09-12 15:27:38 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-09-12 15:27:38 +0000 |
commit | e7c94128b212fdd170e25dc11d7f8bfa708c7282 (patch) | |
tree | 20c66804bdfab0549b3a1030fa38b377e28e9634 /g10/options.h | |
parent | * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on the (diff) | |
download | gnupg-e7c94128b212fdd170e25dc11d7f8bfa708c7282.tar.gz gnupg-e7c94128b212fdd170e25dc11d7f8bfa708c7282.zip |
* options.h, keylist.c (print_one_subpacket, print_subpackets_colon):
Print a spk record for each request subpacket. (list_keyblock_colon): Call
them here.
* g10.c (parse_subpacket_list, parse_list_options): New. Make the list of
subpackets we are going to print. (main): Call them here.
Diffstat (limited to '')
-rw-r--r-- | g10/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/options.h b/g10/options.h index 7e79b3451..db6932dc6 100644 --- a/g10/options.h +++ b/g10/options.h @@ -191,6 +191,7 @@ struct int enable_progress_filter; unsigned int screen_columns; unsigned int screen_lines; + byte *show_subpackets; #ifdef ENABLE_CARD_SUPPORT const char *ctapi_driver; /* Library to access the ctAPI. */ @@ -264,6 +265,7 @@ struct { #define LIST_SHOW_UNUSABLE_SUBKEYS (1<<7) #define LIST_SHOW_KEYRING (1<<8) #define LIST_SHOW_SIG_EXPIRE (1<<9) +#define LIST_SHOW_SIG_SUBPACKETS (1<<10) #define VERIFY_SHOW_PHOTOS (1<<0) #define VERIFY_SHOW_POLICY_URLS (1<<1) |