@@ -2317,7 +2317,7 @@ int sp_RsaPublic_2048(const byte* in, word32 inLen, const mp_int* em,
23172317
23182318#ifndef WOLFSSL_RSA_PUBLIC_ONLY
23192319#if !defined(SP_RSA_PRIVATE_EXP_D) && !defined(RSA_LOW_MEM)
2320- #endif /* !SP_RSA_PRIVATE_EXP_D & !RSA_LOW_MEM */
2320+ #endif /* !SP_RSA_PRIVATE_EXP_D && !RSA_LOW_MEM */
23212321/* RSA private key operation.
23222322 *
23232323 * in Array of bytes representing the number to exponentiate, base.
@@ -5564,7 +5564,7 @@ int sp_RsaPublic_2048(const byte* in, word32 inLen, const mp_int* em,
55645564
55655565#ifndef WOLFSSL_RSA_PUBLIC_ONLY
55665566#if !defined(SP_RSA_PRIVATE_EXP_D) && !defined(RSA_LOW_MEM)
5567- #endif /* !SP_RSA_PRIVATE_EXP_D & !RSA_LOW_MEM */
5567+ #endif /* !SP_RSA_PRIVATE_EXP_D && !RSA_LOW_MEM */
55685568/* RSA private key operation.
55695569 *
55705570 * in Array of bytes representing the number to exponentiate, base.
@@ -8494,7 +8494,7 @@ int sp_RsaPublic_3072(const byte* in, word32 inLen, const mp_int* em,
84948494
84958495#ifndef WOLFSSL_RSA_PUBLIC_ONLY
84968496#if !defined(SP_RSA_PRIVATE_EXP_D) && !defined(RSA_LOW_MEM)
8497- #endif /* !SP_RSA_PRIVATE_EXP_D & !RSA_LOW_MEM */
8497+ #endif /* !SP_RSA_PRIVATE_EXP_D && !RSA_LOW_MEM */
84988498/* RSA private key operation.
84998499 *
85008500 * in Array of bytes representing the number to exponentiate, base.
@@ -11890,7 +11890,7 @@ int sp_RsaPublic_3072(const byte* in, word32 inLen, const mp_int* em,
1189011890
1189111891#ifndef WOLFSSL_RSA_PUBLIC_ONLY
1189211892#if !defined(SP_RSA_PRIVATE_EXP_D) && !defined(RSA_LOW_MEM)
11893- #endif /* !SP_RSA_PRIVATE_EXP_D & !RSA_LOW_MEM */
11893+ #endif /* !SP_RSA_PRIVATE_EXP_D && !RSA_LOW_MEM */
1189411894/* RSA private key operation.
1189511895 *
1189611896 * in Array of bytes representing the number to exponentiate, base.
@@ -14857,7 +14857,7 @@ int sp_RsaPublic_4096(const byte* in, word32 inLen, const mp_int* em,
1485714857
1485814858#ifndef WOLFSSL_RSA_PUBLIC_ONLY
1485914859#if !defined(SP_RSA_PRIVATE_EXP_D) && !defined(RSA_LOW_MEM)
14860- #endif /* !SP_RSA_PRIVATE_EXP_D & !RSA_LOW_MEM */
14860+ #endif /* !SP_RSA_PRIVATE_EXP_D && !RSA_LOW_MEM */
1486114861/* RSA private key operation.
1486214862 *
1486314863 * in Array of bytes representing the number to exponentiate, base.
@@ -18350,7 +18350,7 @@ int sp_RsaPublic_4096(const byte* in, word32 inLen, const mp_int* em,
1835018350
1835118351#ifndef WOLFSSL_RSA_PUBLIC_ONLY
1835218352#if !defined(SP_RSA_PRIVATE_EXP_D) && !defined(RSA_LOW_MEM)
18353- #endif /* !SP_RSA_PRIVATE_EXP_D & !RSA_LOW_MEM */
18353+ #endif /* !SP_RSA_PRIVATE_EXP_D && !RSA_LOW_MEM */
1835418354/* RSA private key operation.
1835518355 *
1835618356 * in Array of bytes representing the number to exponentiate, base.
0 commit comments