Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwier authored and Jakuje committed Jun 13, 2024
1 parent 83acf2f commit 19b0e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libopensc/pkcs15-sc-hsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ static int sc_pkcs15emu_sc_hsm_add_prkd(sc_pkcs15_card_t * p15card, u8 keyid) {
int r;

if (keyid == 0) {
// Device authentication key doe not have PKCS#15 meta data
// Device authentication key does not have PKCS#15 meta data
return SC_SUCCESS;
}

Expand Down

0 comments on commit 19b0e98

Please sign in to comment.