mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 04:04:39 +02:00
define WOLFSSL_AES_DIRECT in configure.ac with --enable-aes-bitsliced
This commit is contained in:
@@ -2513,7 +2513,7 @@ AC_ARG_ENABLE([aes-bitsliced],
|
|||||||
|
|
||||||
if test "$ENABLED_AESBS" = "yes"
|
if test "$ENABLED_AESBS" = "yes"
|
||||||
then
|
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
|
fi
|
||||||
|
|
||||||
# SM4
|
# SM4
|
||||||
|
Reference in New Issue
Block a user