Skip to content

Commit d8b3507

Browse files
committed
Fix declaration of CKM_SHA1_RSA_PKCS_PSS
F-494
1 parent 87aace1 commit d8b3507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/slot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ static CK_MECHANISM_TYPE mechanismList[] = {
328328
#ifdef WC_RSA_PSS
329329
CKM_RSA_PKCS_PSS,
330330
#ifndef NO_SHA
331-
CKM_SHA1_RSA_PKCS,
331+
CKM_SHA1_RSA_PKCS_PSS,
332332
#endif
333333
#ifdef WOLFSSL_SHA224
334334
CKM_SHA224_RSA_PKCS_PSS,

0 commit comments

Comments
 (0)