Remove RDSEED from the intel asm build.

This commit is contained in:
John Safranek
2021-03-31 14:25:57 -07:00
parent ea960a8600
commit 4d4039c052

View File

@ -1520,7 +1520,7 @@ then
if test "$ENABLED_INTELASM" = "yes"
then
AM_CFLAGS="$AM_CFLAGS -DHAVE_INTEL_RDSEED -DUSE_INTEL_SPEEDUP"
AM_CFLAGS="$AM_CFLAGS -DUSE_INTEL_SPEEDUP"
ENABLED_AESNI=yes
fi
fi