PIV-improved parsing - fix two whilhspace nits

On branch PIV-improved-parsing
 Changes to be committed:
	modified:   card-piv.c
This commit is contained in:
Doug Engert 2021-08-03 07:07:24 -05:00 committed by Jakub Jelen
parent 445a6324de
commit c6a9b5699a
1 changed files with 2 additions and 2 deletions

View File

@ -2453,7 +2453,7 @@ piv_compute_signature(sc_card_t *card, const u8 * data, size_t datalen,
ptemp++;
templen--;
}
memcpy(out + nLen*i + nLen - templen , ptemp, templen);
memcpy(out + nLen*i + nLen - templen, ptemp, templen);
pint += intlen; /* next integer */
}