forked from wolfSSL/wolfssl
fix FIPS v2 check ($ENABLED_FIPS not set for v2)
This commit is contained in:
@ -2208,7 +2208,7 @@ then
|
|||||||
then
|
then
|
||||||
AC_MSG_ERROR([cannot enable ed448 without enabling sha512.])
|
AC_MSG_ERROR([cannot enable ed448 without enabling sha512.])
|
||||||
fi
|
fi
|
||||||
if test "$ENABLED_FIPS" = "yes" && "$FIPS_VERSION" = "v2"
|
if test "$FIPS_VERSION" = "v2"
|
||||||
then
|
then
|
||||||
AC_MSG_ERROR([cannot enabled ed448 w/ dependency shake256 in FIPSv2 mode])
|
AC_MSG_ERROR([cannot enabled ed448 w/ dependency shake256 in FIPSv2 mode])
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user