Skip to content

Commit 00a1c68

Browse files
authored
Merge pull request #7052 from dgarske/stm32_fips
Fix to resolve collision between FIPS `RNG` in settings.h and STM32 HAL header
2 parents 5400128 + f068beb commit 00a1c68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfssl/wolfcrypt/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
#if FIPS_VERSION_LT(2,0)
298298
#define WC_RNG RNG
299299
#else
300-
#ifndef WOLFSSL_STM32L4
300+
#ifndef NO_OLD_RNGNAME
301301
#define RNG WC_RNG
302302
#endif
303303
#endif

0 commit comments

Comments
 (0)