aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-openpgp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-09-20 18:47:11 +0000
committerWerner Koch <[email protected]>2004-09-20 18:47:11 +0000
commitf10040147834bbc5cc75f02b7215f2b45642ecaf (patch)
tree1619aa4876f59af71818b640b9ce61a0ca84ce46 /scd/app-openpgp.c
parentSome more new files (diff)
downloadgnupg-f10040147834bbc5cc75f02b7215f2b45642ecaf.tar.gz
gnupg-f10040147834bbc5cc75f02b7215f2b45642ecaf.zip
(show_key_with_all_names): Print the card S/N.
* app-openpgp.c (app_select_openpgp): Its app_munge_serialno and not app_number_serialno.
Diffstat (limited to 'scd/app-openpgp.c')
-rw-r--r--scd/app-openpgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c
index 67bc336ec..1617ab888 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.c
@@ -1397,7 +1397,7 @@ app_select_openpgp (APP app)
#if GNUPG_MAJOR_VERSION != 1
/* A valid OpenPGP card should never need this but well the test
is cheap. */
- rc = app_number_serialno (app);
+ rc = app_munge_serialno (app);
if (rc)
goto leave;
#endif