Skip to content

Commit 7eaff41

Browse files
committed
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.
1 parent 7c24b2d commit 7eaff41

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8707,6 +8707,9 @@ then
87078707
AM_CFLAGS="$AM_CFLAGS -DNO_MD5 -DNO_OLD_TLS"
87088708
fi
87098709

8710+
AS_IF([test "x$ENABLED_AESBS" = "xyes" && test "x$ENABLED_ARMASM" = "xyes"],
8711+
[AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_DIRECT"])
8712+
87108713
if test "$ENABLED_HMAC" = "no"
87118714
then
87128715
AM_CFLAGS="$AM_CFLAGS -DNO_HMAC"

0 commit comments

Comments
 (0)