Skip to content

Commit

Permalink
Merge pull request wolfSSL#7052 from dgarske/stm32_fips
Browse files Browse the repository at this point in the history
Fix to resolve collision between FIPS `RNG` in settings.h and STM32 HAL header
  • Loading branch information
kaleb-himes authored Dec 11, 2023
2 parents 5400128 + f068beb commit 00a1c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfssl/wolfcrypt/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
#if FIPS_VERSION_LT(2,0)
#define WC_RNG RNG
#else
#ifndef WOLFSSL_STM32L4
#ifndef NO_OLD_RNGNAME
#define RNG WC_RNG
#endif
#endif
Expand Down

0 comments on commit 00a1c68

Please sign in to comment.