mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
Fix to add test where needed.
This commit is contained in:
@@ -7338,14 +7338,14 @@ then
|
|||||||
AM_CFLAGS="$AM_CFLAGS -DECC_MIN_KEY_SZ=192"
|
AM_CFLAGS="$AM_CFLAGS -DECC_MIN_KEY_SZ=192"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$ENABLED_WOLFENGINE" = "xyes" && "x$ENABLED_FIPS" != "xno"
|
if test "$ENABLED_WOLFENGINE" = "yes" && test "$ENABLED_FIPS" != "no"
|
||||||
then
|
then
|
||||||
AM_CFLAGS="$AM_CFLAGS -DSha3=wc_Sha3"
|
AM_CFLAGS="$AM_CFLAGS -DSha3=wc_Sha3"
|
||||||
AM_CFLAGS="$AM_CFLAGS -DNO_OLD_SHA256_NAMES"
|
AM_CFLAGS="$AM_CFLAGS -DNO_OLD_SHA256_NAMES"
|
||||||
AM_CFLAGS="$AM_CFLAGS -DNO_OLD_MD5_NAME"
|
AM_CFLAGS="$AM_CFLAGS -DNO_OLD_MD5_NAME"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$ENABLED_WOLFENGINE" = "xyes" && "x$ENABLED_FIPS" = "xno"
|
if test "$ENABLED_WOLFENGINE" = "yes" && test "$ENABLED_FIPS" = "no"
|
||||||
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