mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Restore a configure check lost in a rebase.
This commit is contained in:
committed by
Daniel Pouzzner
parent
6dfef1400d
commit
90752e89fb
@ -3492,6 +3492,11 @@ AS_CASE([$SELFTEST_VERSION],
|
|||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
# Set SHA-3 and SHAKE256 flags
|
||||||
|
if test "$ENABLED_SHA3" = "yes" && test "$ENABLED_32BIT" = "no"
|
||||||
|
then
|
||||||
|
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_SHA3"
|
||||||
|
fi
|
||||||
AS_IF([test "x$ENABLED_FIPS" = "xyes"],[ENABLED_SHAKE256="no"])
|
AS_IF([test "x$ENABLED_FIPS" = "xyes"],[ENABLED_SHAKE256="no"])
|
||||||
|
|
||||||
if test "$ENABLED_SHAKE256" = "yes" || test "$ENABLED_SHAKE256" = "small"
|
if test "$ENABLED_SHAKE256" = "yes" || test "$ENABLED_SHAKE256" = "small"
|
||||||
|
Reference in New Issue
Block a user