Skip to content

Commit 5929586

Browse files
Merge pull request #10715 from lealem47/amdseed_force_fail
configure: avoid entropy fallback for AMD RDSEED in FIPS builds
2 parents aec9b20 + a3ca9e1 commit 5929586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7049,7 +7049,7 @@ AS_CASE([$FIPS_VERSION],
70497049
(test "$FIPS_VERSION" != "v5-dev" || test "$enable_hkdf" != "no")],
70507050
[ENABLED_HKDF="yes"; AM_CFLAGS="$AM_CFLAGS -DHAVE_HKDF"])
70517051
7052-
AS_IF([test "$ENABLED_INTELASM" = "yes"],
7052+
AS_IF([test "$ENABLED_INTELRDSEED" = "yes" || test "$ENABLED_AMDRDSEED" = "yes" ],
70537053
[AM_CFLAGS="$AM_CFLAGS -DFORCE_FAILURE_RDSEED"])
70547054
70557055
AS_IF([test "$ENABLED_SHA512" = "no" &&

0 commit comments

Comments
 (0)