Skip to content

Commit b2454d1

Browse files
authored
Merge pull request #9880 from Frauschi/f-190
fix typo in PKCS#11 V3 init
2 parents 6631871 + 4c5df4f commit b2454d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/wc_pkcs11.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ int wc_Pkcs11_Initialize_v3(Pkcs11Dev* dev, const char* library,
578578
pkcs11_version.major = 2;
579579
pkcs11_version.minor = 20;
580580
}
581-
else if (*version == WC_PCKS11VERSION_2_20) {
581+
else if (*version == WC_PCKS11VERSION_2_40) {
582582
pkcs11_version.major = 2;
583583
pkcs11_version.minor = 40;
584584
}

0 commit comments

Comments
 (0)