mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
Fix logic
This commit is contained in:
@@ -1529,9 +1529,11 @@ AM_CONDITIONAL([BUILD_FIPS], [test "x$ENABLED_FIPS" = "xyes"])
|
|||||||
SHA224_DEFAULT=no
|
SHA224_DEFAULT=no
|
||||||
if test "$host_cpu" = "x86_64"
|
if test "$host_cpu" = "x86_64"
|
||||||
then
|
then
|
||||||
SHA224_DEFAULT=yes
|
if test "x$ENABLED_FIPS" = "xno"
|
||||||
|
then
|
||||||
|
SHA224_DEFAULT=yes
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
SHA224_DEFAULT=$ENABLED_FIPS
|
|
||||||
|
|
||||||
# SHA224
|
# SHA224
|
||||||
AC_ARG_ENABLE([sha224],
|
AC_ARG_ENABLE([sha224],
|
||||||
|
Reference in New Issue
Block a user