AES bitsliced, ARMASM: config needs WOLFSSL_AES_DIRECT defined

AES bitsliced needs WOLFSSL_AES_DIRECT defined when compiling for ARMASM
as there are different APIs used.
This commit is contained in:
Sean Parkinson
2023-11-13 07:40:40 +10:00
parent 7c24b2d4bd
commit 7eaff41e61

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"