Skip to content

Commit 24d7f85

Browse files
committed
ENABLED_FIPS doesn't hold the version; FIPS_VERSION does.
Found with: ./configure --enable-engine=fips=v2
1 parent 5c21e40 commit 24d7f85

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)