Skip to content

Commit 54fb588

Browse files
committed
Remove wrong #ifndef
F-817
1 parent 3543f30 commit 54fb588

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/slot.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -579,12 +579,10 @@ static CK_MECHANISM_INFO rsaPssMechInfo = {
579579
1024, 4096, CKF_SIGN | CKF_VERIFY
580580
};
581581
#endif
582-
#ifndef NO_SHA256
583582
static CK_MECHANISM_INFO shaRsaPkcsMechInfo = {
584583
1024, 4096, CKF_SIGN | CKF_VERIFY
585584
};
586585
#endif
587-
#endif
588586
#ifdef HAVE_ECC
589587
/* Info on EC key generation mechanism. */
590588
static CK_MECHANISM_INFO ecKgMechInfo = {

0 commit comments

Comments
 (0)