mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Merge pull request #6966 from SparkiDev/aes_bitsliced_armasm_fix
AES bitsliced, ARMASM: config needs WOLFSSL_AES_DIRECT defined
This commit is contained in:
@ -8707,6 +8707,9 @@ then
|
||||
AM_CFLAGS="$AM_CFLAGS -DNO_MD5 -DNO_OLD_TLS"
|
||||
fi
|
||||
|
||||
AS_IF([test "x$ENABLED_AESBS" = "xyes" && test "x$ENABLED_ARMASM" = "xyes"],
|
||||
[AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_DIRECT"])
|
||||
|
||||
if test "$ENABLED_HMAC" = "no"
|
||||
then
|
||||
AM_CFLAGS="$AM_CFLAGS -DNO_HMAC"
|
||||
|
Reference in New Issue
Block a user