diff --git a/.patch/mbedtls/0004-arm64-aes-fix.patch b/.patch/mbedtls/0004-arm64-aes-fix.patch index 26865add9b..285cb75139 100644 --- a/.patch/mbedtls/0004-arm64-aes-fix.patch +++ b/.patch/mbedtls/0004-arm64-aes-fix.patch @@ -1,17 +1,20 @@ diff --git a/library/common.h b/library/common.h -index 50f2a29..46dc82c 100644 +index 50f2a29..c60d9dc 100644 --- a/library/common.h +++ b/library/common.h -@@ -19,10 +19,10 @@ +@@ -19,11 +19,11 @@ #include #include -#if defined(__ARM_NEON) +-#include +#if defined(MBEDTLS_PLATFORM_IS_WINDOWS_ON_ARM64) - #include ++#include #define MBEDTLS_HAVE_NEON_INTRINSICS -#elif defined(MBEDTLS_PLATFORM_IS_WINDOWS_ON_ARM64) +-#include +#elif defined(__ANDROID__) || defined(__ARM_NEON) - #include ++#include #define MBEDTLS_HAVE_NEON_INTRINSICS #endif +