aboutsummaryrefslogtreecommitdiffstats
path: root/g10/card-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/card-util.c')
-rw-r--r--g10/card-util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/card-util.c b/g10/card-util.c
index 03a873244..f54e5e1c4 100644
--- a/g10/card-util.c
+++ b/g10/card-util.c
@@ -420,6 +420,9 @@ current_card_status (ctrl_t ctrl, estream_t fp,
else
tty_fprintf (fp, "Application type .: %s\n", name2);
+ /* Try to update/create the shadow key here for non-OpenPGP cards. */
+ agent_update_shadow_keys ();
+
agent_release_card_info (&info);
xfree (pk);
return;