mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
(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.
This commit is contained in:
parent
9ec1437772
commit
f100401478
6 changed files with 49 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue