aboutsummaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
Diffstat (limited to 'scd')
-rw-r--r--scd/ChangeLog5
-rw-r--r--scd/app-openpgp.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog
index a527b5da5..e6789fcb2 100644
--- a/scd/ChangeLog
+++ b/scd/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-11 Werner Koch <[email protected]>
+
+ * app-openpgp.c (app_select_openpgp): Its app_munge_serialno and
+ not app_number_serialno.
+
2004-08-20 Werner Koch <[email protected]>
* app.c (select_application): Fixed serial number extraction and
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