Address fips 140-3 failures with wolfEngine support enabled

This commit is contained in:
kaleb-himes
2023-12-12 15:14:51 -07:00
parent ce74a34154
commit db7f08e12f

View File

@ -297,7 +297,7 @@
#if FIPS_VERSION_LT(2,0)
#define WC_RNG RNG
#else
#ifndef NO_OLD_RNGNAME
#ifndef RNG
#define RNG WC_RNG
#endif
#endif