mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
For the WIN10 user_settings, remove the forced set of FIPS version to 5.
This commit is contained in:
committed by
Daniel Pouzzner
parent
b00b95ef6c
commit
aeb8f5bb51
@ -1,8 +1,11 @@
|
|||||||
#ifndef _WIN_USER_SETTINGS_H_
|
#ifndef _WIN_USER_SETTINGS_H_
|
||||||
#define _WIN_USER_SETTINGS_H_
|
#define _WIN_USER_SETTINGS_H_
|
||||||
|
|
||||||
|
/* Set the following to 1 for WCv5.0 build. */
|
||||||
|
#if 0
|
||||||
#undef HAVE_FIPS_VERSION
|
#undef HAVE_FIPS_VERSION
|
||||||
#define HAVE_FIPS_VERSION 5
|
#define HAVE_FIPS_VERSION 5
|
||||||
|
#endif
|
||||||
|
|
||||||
/* For FIPS Ready, uncomment the following: */
|
/* For FIPS Ready, uncomment the following: */
|
||||||
/* #define WOLFSSL_FIPS_READY */
|
/* #define WOLFSSL_FIPS_READY */
|
||||||
|
Reference in New Issue
Block a user