mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Merge pull request #7052 from dgarske/stm32_fips
Fix to resolve collision between FIPS `RNG` in settings.h and STM32 HAL header
This commit is contained in:
@ -297,7 +297,7 @@
|
|||||||
#if FIPS_VERSION_LT(2,0)
|
#if FIPS_VERSION_LT(2,0)
|
||||||
#define WC_RNG RNG
|
#define WC_RNG RNG
|
||||||
#else
|
#else
|
||||||
#ifndef WOLFSSL_STM32L4
|
#ifndef NO_OLD_RNGNAME
|
||||||
#define RNG WC_RNG
|
#define RNG WC_RNG
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user