We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#ifndef
1 parent 3543f30 commit 54fb588Copy full SHA for 54fb588
1 file changed
src/slot.c
@@ -579,12 +579,10 @@ static CK_MECHANISM_INFO rsaPssMechInfo = {
579
1024, 4096, CKF_SIGN | CKF_VERIFY
580
};
581
#endif
582
-#ifndef NO_SHA256
583
static CK_MECHANISM_INFO shaRsaPkcsMechInfo = {
584
585
586
587
-#endif
588
#ifdef HAVE_ECC
589
/* Info on EC key generation mechanism. */
590
static CK_MECHANISM_INFO ecKgMechInfo = {
0 commit comments