mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Update support for wolfSSH with RSA_LOW_MEM
.
This commit is contained in:
@ -93,8 +93,7 @@ extern "C" {
|
|||||||
#define WC_NO_RSA_OAEP /* SSH does not use OAEP */
|
#define WC_NO_RSA_OAEP /* SSH does not use OAEP */
|
||||||
|
|
||||||
#ifdef USE_LOW_RESOURCE
|
#ifdef USE_LOW_RESOURCE
|
||||||
/* currently CalcRsaInverses uses RsaKey members so cannot enable */
|
#define RSA_LOW_MEM
|
||||||
/* #define RSA_LOW_MEM */
|
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define NO_RSA
|
#define NO_RSA
|
||||||
|
Reference in New Issue
Block a user