From a30bf95eed1686416111ffa27dc4ff8947790d15 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 28 Feb 2020 10:53:59 +0100 Subject: [PATCH] openpgp: Fix typo in the card name --- src/libopensc/card-openpgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libopensc/card-openpgp.c b/src/libopensc/card-openpgp.c index 2d63164d..4895a7d8 100644 --- a/src/libopensc/card-openpgp.c +++ b/src/libopensc/card-openpgp.c @@ -1859,7 +1859,7 @@ pgp_pin_cmd(sc_card_t *card, struct sc_pin_cmd_data *data, int *tries_left) /* In general, the PIN Reference is extracted from the key-id, * for example, CHV0 -> Ref=0, CHV1 -> Ref=1. - * However, in the case of OpenGPG, the PIN Ref to compose APDU + * However, in the case of OpenPGP, the PIN Ref to compose APDU * must be 81, 82, 83. * So, if we receive Ref=1, Ref=2, we must convert to 81, 82... * In OpenPGP v1, the PINs are named CHV1, CHV2, CHV3.