For the WIN10 user_settings, remove the forced set of FIPS version to 5.

This commit is contained in:
John Safranek
2021-05-06 14:55:46 -07:00
committed by Daniel Pouzzner
parent b00b95ef6c
commit aeb8f5bb51

View File

@ -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 */