Fix preprocessor directive issue by removing redundant #ifndef NO_RSA

Co-Authored-By: colton@wolfssl.com <colton@wolfssl.com>
devin/1742500258-rsa-encrypt-decrypt-example
Devin AI 2025-03-21 18:36:39 +00:00
parent e298fbf19a
commit 3ab39f8468
1 changed files with 0 additions and 1 deletions

View File

@ -324,7 +324,6 @@ static int rsa_sign_verify_pss(int devId)
/* Define maximum RSA key size in bits */
#define MAX_RSA_KEY_BITS 2048
#ifndef NO_RSA
static int rsa_encrypt_decrypt(int devId)
{
int ret = 0;