Skip to content

Commit

Permalink
define WOLFSSL_AES_DIRECT in configure.ac with --enable-aes-bitsliced
Browse files Browse the repository at this point in the history
  • Loading branch information
cconlon committed Dec 13, 2023
1 parent f5d33ce commit a14a1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2513,7 +2513,7 @@ AC_ARG_ENABLE([aes-bitsliced],

if test "$ENABLED_AESBS" = "yes"
then
AM_CFLAGS="$AM_CFLAGS -DWC_AES_BITSLICED -DHAVE_AES_ECB"
AM_CFLAGS="$AM_CFLAGS -DWC_AES_BITSLICED -DHAVE_AES_ECB -DWOLFSSL_AES_DIRECT"
fi

# SM4
Expand Down

0 comments on commit a14a1bf

Please sign in to comment.