We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c24b2d + 7eaff41 commit 1b55e20Copy full SHA for 1b55e20
1 file changed
configure.ac
@@ -8707,6 +8707,9 @@ then
8707
AM_CFLAGS="$AM_CFLAGS -DNO_MD5 -DNO_OLD_TLS"
8708
fi
8709
8710
+AS_IF([test "x$ENABLED_AESBS" = "xyes" && test "x$ENABLED_ARMASM" = "xyes"],
8711
+ [AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_DIRECT"])
8712
+
8713
if test "$ENABLED_HMAC" = "no"
8714
then
8715
AM_CFLAGS="$AM_CFLAGS -DNO_HMAC"
0 commit comments