diff options
author | Werner Koch <[email protected]> | 2004-09-20 18:47:11 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-09-20 18:47:11 +0000 |
commit | f10040147834bbc5cc75f02b7215f2b45642ecaf (patch) | |
tree | 1619aa4876f59af71818b640b9ce61a0ca84ce46 /scd/app-openpgp.c | |
parent | Some more new files (diff) | |
download | gnupg-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.c | 2 |
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 |