Skip to content

Commit 1b55e20

Browse files
Merge pull request #6966 from SparkiDev/aes_bitsliced_armasm_fix
AES bitsliced, ARMASM: config needs WOLFSSL_AES_DIRECT defined
2 parents 7c24b2d + 7eaff41 commit 1b55e20

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)