forked from wolfSSL/wolfssl
Fix for AARCH64 on Linaro
Poly1305 using [wx]29 corrupts data - use [wx]30. WOLFSSL_ARMASM is an ASM flag as well.
This commit is contained in:
@@ -931,6 +931,7 @@ AC_ARG_ENABLE([armasm],
|
||||
)
|
||||
if test "$ENABLED_ARMASM" = "yes" && test "$ENABLED_ASM" = "yes"
|
||||
then
|
||||
AM_CCASFLAGS="$AM_CCASFLAGS -DWOLFSSL_ARMASM"
|
||||
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ARMASM -DWOLFSSL_NO_HASH_RAW"
|
||||
#Check if mcpu and mfpu values already set if not use default
|
||||
case $CPPFLAGS in
|
||||
|
Reference in New Issue
Block a user