From aeb8f5bb51aac20ebe45fb9596860bd66dfe30a6 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Thu, 6 May 2021 14:55:46 -0700 Subject: [PATCH] For the WIN10 user_settings, remove the forced set of FIPS version to 5. --- IDE/WIN10/user_settings.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IDE/WIN10/user_settings.h b/IDE/WIN10/user_settings.h index e543b0818..e131131cf 100644 --- a/IDE/WIN10/user_settings.h +++ b/IDE/WIN10/user_settings.h @@ -1,8 +1,11 @@ #ifndef _WIN_USER_SETTINGS_H_ #define _WIN_USER_SETTINGS_H_ +/* Set the following to 1 for WCv5.0 build. */ +#if 0 #undef HAVE_FIPS_VERSION #define HAVE_FIPS_VERSION 5 +#endif /* For FIPS Ready, uncomment the following: */ /* #define WOLFSSL_FIPS_READY */