mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #5557 from SparkiDev/sp_rsa_max_fix
RSA max and SP_INT_BITS: disabled RSA fixpull/5560/head
commit
1a3c34ea99
|
@ -1231,7 +1231,7 @@ enum {
|
||||||
#error "MySQL needs SP_INT_BITS at least at 8192"
|
#error "MySQL needs SP_INT_BITS at least at 8192"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if WOLFSSL_MAX_RSA_BITS > SP_INT_BITS
|
#if !defined(NO_RSA) && WOLFSSL_MAX_RSA_BITS > SP_INT_BITS
|
||||||
#error "SP_INT_BITS too small for WOLFSSL_MAX_RSA_BITS"
|
#error "SP_INT_BITS too small for WOLFSSL_MAX_RSA_BITS"
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue