Skip to content

Commit 3ab39f8

Browse files
Fix preprocessor directive issue by removing redundant #ifndef NO_RSA
Co-Authored-By: colton@wolfssl.com <colton@wolfssl.com>
1 parent e298fbf commit 3ab39f8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkcs11/pkcs11_rsa.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ static int rsa_sign_verify_pss(int devId)
324324
/* Define maximum RSA key size in bits */
325325
#define MAX_RSA_KEY_BITS 2048
326326

327-
#ifndef NO_RSA
328327
static int rsa_encrypt_decrypt(int devId)
329328
{
330329
int ret = 0;

0 commit comments

Comments
 (0)