From d07d4fb8acbf6c4a30061a1e55c9e08ee4a12bb2 Mon Sep 17 00:00:00 2001 From: David Garske Date: Mon, 3 Jun 2024 09:41:29 -0700 Subject: [PATCH] Update support for wolfSSH with `RSA_LOW_MEM`. --- examples/configs/user_settings_wolfssh.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/configs/user_settings_wolfssh.h b/examples/configs/user_settings_wolfssh.h index 60229bc7e..45821a729 100644 --- a/examples/configs/user_settings_wolfssh.h +++ b/examples/configs/user_settings_wolfssh.h @@ -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