Skip to content

Commit

Permalink
Update support for wolfSSH with RSA_LOW_MEM.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Jun 3, 2024
1 parent b4910c4 commit d07d4fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/configs/user_settings_wolfssh.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ extern "C" {
#define WC_NO_RSA_OAEP /* SSH does not use OAEP */

#ifdef USE_LOW_RESOURCE
/* currently CalcRsaInverses uses RsaKey members so cannot enable */
/* #define RSA_LOW_MEM */
#define RSA_LOW_MEM
#endif
#else
#define NO_RSA
Expand Down

0 comments on commit d07d4fb

Please sign in to comment.