mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
card: Print the keyref in the listing.
* tools/gpg-card-tool.c (list_one_kinfo): Print the keyref. -- The named keys are nice but knowing the actual keyref mapping to them is also useful. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
5ecc7a0260
commit
3384ba6c1c
2 changed files with 2 additions and 1 deletions
|
@ -169,7 +169,7 @@ set_ul_config_value (struct ykapps_s *yk,
|
|||
* application and thus its transport again. */
|
||||
if (bitflag == YKAPP_USB_ENABLED && !(ul & (0x08|0x10|0x20)))
|
||||
{
|
||||
log_info ("Enabling PIV so that at least one CCI transport is enabled\n");
|
||||
log_info ("Enabling PIV to have at least one CCID transport\n");
|
||||
ul |= 0x10;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue