mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 13:20:52 +02:00
configure: avoid entropy fallback for AMD RDSEED in FIPS builds
This commit is contained in:
+1
-1
@@ -7049,7 +7049,7 @@ AS_CASE([$FIPS_VERSION],
|
||||
(test "$FIPS_VERSION" != "v5-dev" || test "$enable_hkdf" != "no")],
|
||||
[ENABLED_HKDF="yes"; AM_CFLAGS="$AM_CFLAGS -DHAVE_HKDF"])
|
||||
|
||||
AS_IF([test "$ENABLED_INTELASM" = "yes"],
|
||||
AS_IF([test "$ENABLED_INTELASM" = "yes" || test "$ENABLED_AMDRDSEED" = "yes" ],
|
||||
[AM_CFLAGS="$AM_CFLAGS -DFORCE_FAILURE_RDSEED"])
|
||||
|
||||
AS_IF([test "$ENABLED_SHA512" = "no" &&
|
||||
|
||||
Reference in New Issue
Block a user