mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
ENABLED_FIPS doesn't hold the version; FIPS_VERSION does.
Found with: ./configure --enable-engine=fips=v2
This commit is contained in:
@@ -8013,7 +8013,7 @@ then
|
|||||||
AM_CFLAGS="$AM_CFLAGS -DNO_OLD_MD5_NAME"
|
AM_CFLAGS="$AM_CFLAGS -DNO_OLD_MD5_NAME"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$ENABLED_WOLFENGINE" = "yes" && test "$ENABLED_FIPS" != "v2"
|
if test "$ENABLED_WOLFENGINE" = "yes" && test "$FIPS_VERSION" != "v2"
|
||||||
then
|
then
|
||||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PSS_LONG_SALT"
|
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PSS_LONG_SALT"
|
||||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PSS_SALT_LEN_DISCOVER"
|
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_PSS_SALT_LEN_DISCOVER"
|
||||||
|
Reference in New Issue
Block a user