Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Fix PKCS #11 Capabilities Test Failures on Renesas. (#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
lundinc2 authored Oct 2, 2020
1 parent 4b96176 commit 8c28581
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
/*
* @brief Set to 1 if RSA private keys are supported by the platform. 0 if not.
*/
#define pkcs11testRSA_KEY_SUPPORT ( 0 )
#define pkcs11testRSA_KEY_SUPPORT ( 1 )

/*
* @brief Set to 1 if elliptic curve private keys are supported by the platform. 0 if not.
Expand Down

0 comments on commit 8c28581

Please sign in to comment.