Skip to content

Commit b90c079

Browse files
authored
Merge pull request #5904 from anhu/FIPS_fix
ENABLED_FIPS doesn't hold the version; FIPS_VERSION does.
2 parents 5c21e40 + 24d7f85 commit b90c079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8013,7 +8013,7 @@ then
80138013
AM_CFLAGS="$AM_CFLAGS -DNO_OLD_MD5_NAME"
80148014
fi
80158015

8016-
if test "$ENABLED_WOLFENGINE" = "yes" && test "$ENABLED_FIPS" != "v2"
8016+
if test "$ENABLED_WOLFENGINE" = "yes" && test "$FIPS_VERSION" != "v2"
80178017
then
80188018
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PSS_LONG_SALT"
80198019
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PSS_SALT_LEN_DISCOVER"

0 commit comments

Comments
 (0)