Skip to content

Commit a14a1bf

Browse files
committed
define WOLFSSL_AES_DIRECT in configure.ac with --enable-aes-bitsliced
1 parent f5d33ce commit a14a1bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2513,7 +2513,7 @@ AC_ARG_ENABLE([aes-bitsliced],
25132513

25142514
if test "$ENABLED_AESBS" = "yes"
25152515
then
2516-
AM_CFLAGS="$AM_CFLAGS -DWC_AES_BITSLICED -DHAVE_AES_ECB"
2516+
AM_CFLAGS="$AM_CFLAGS -DWC_AES_BITSLICED -DHAVE_AES_ECB -DWOLFSSL_AES_DIRECT"
25172517
fi
25182518

25192519
# SM4

0 commit comments

Comments
 (0)