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
parent
e298fbf19a
commit
3ab39f8468
|
@ -324,7 +324,6 @@ static int rsa_sign_verify_pss(int devId)
|
||||||
/* Define maximum RSA key size in bits */
|
/* Define maximum RSA key size in bits */
|
||||||
#define MAX_RSA_KEY_BITS 2048
|
#define MAX_RSA_KEY_BITS 2048
|
||||||
|
|
||||||
#ifndef NO_RSA
|
|
||||||
static int rsa_encrypt_decrypt(int devId)
|
static int rsa_encrypt_decrypt(int devId)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
Loading…
Reference in New Issue