Merge pull request #6966 from SparkiDev/aes_bitsliced_armasm_fix

AES bitsliced, ARMASM: config needs WOLFSSL_AES_DIRECT defined
This commit is contained in:
JacobBarthelmeh
2023-11-13 10:09:08 -07:00
committed by GitHub

View File

@ -8707,6 +8707,9 @@ then
AM_CFLAGS="$AM_CFLAGS -DNO_MD5 -DNO_OLD_TLS"
fi
AS_IF([test "x$ENABLED_AESBS" = "xyes" && test "x$ENABLED_ARMASM" = "xyes"],
[AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_DIRECT"])
if test "$ENABLED_HMAC" = "no"
then
AM_CFLAGS="$AM_CFLAGS -DNO_HMAC"