From 96256a3ec18eabfb3e71734473ce136b9427ba10 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Thu, 15 Apr 2021 10:27:41 -0600 Subject: [PATCH] Update WINCE for wolfEngine and turn off MD5 --- IDE/WINCE/user_settings.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/IDE/WINCE/user_settings.h b/IDE/WINCE/user_settings.h index 604aba93e..4a29cc87d 100644 --- a/IDE/WINCE/user_settings.h +++ b/IDE/WINCE/user_settings.h @@ -289,7 +289,7 @@ /* MD5 */ #undef NO_MD5 - #if 1 + #if 0 #else #define NO_MD5 @@ -330,4 +330,12 @@ //#define DEBUG_WOLFSSL #define NO_MAIN_DRIVER + +/* wolfEngine settings */ +#define WOLFSSL_PUBLIC_MP +#define NO_WOLFSSL_DIR + +//#define WOLFENGINE_DEBUG +/* TODO: Add WE_HAVE_* settings here */ + #endif /* _WIN_USER_SETTINGS_H_ */