Skip to content

Commit 15af87a

Browse files
authored
Merge pull request #7555 from lealem47/forceSHA3
Force SHA3 on with FIPS V5
2 parents 16b39e8 + 54bf7fd commit 15af87a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5147,6 +5147,9 @@ AS_CASE([$FIPS_VERSION],
51475147
AS_IF([test "$ENABLED_SHA224" != "yes" && (test "$FIPS_VERSION" != "v5-dev" || test "$enable_sha224" != "no")],
51485148
[ENABLED_SHA224="yes"; AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_SHA224"])
51495149
5150+
AS_IF([test "$ENABLED_SHA3" != "yes" && (test "$FIPS_VERSION" != "v5-dev" || test "$enable_sha3" != "no")],
5151+
[ENABLED_SHA3="yes"; AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_SHA3"])
5152+
51505153
AS_IF([test "$ENABLED_WOLFSSH" != "yes" && (test "$FIPS_VERSION" != "v5-dev" || test "$enable_ssh" != "no")],
51515154
[enable_ssh="yes"])
51525155

0 commit comments

Comments
 (0)