From dba822744b6b2f90a7e852873ffa4374c604a3e1 Mon Sep 17 00:00:00 2001 From: breakings Date: Sun, 27 Feb 2022 07:11:59 +0000 Subject: [PATCH] mbedtls: refresh patches --- .../patches/100-Implements-with-ARMv8-CE.patch | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/package/libs/mbedtls/patches/100-Implements-with-ARMv8-CE.patch b/package/libs/mbedtls/patches/100-Implements-with-ARMv8-CE.patch index e386668c2..4205fe77a 100644 --- a/package/libs/mbedtls/patches/100-Implements-with-ARMv8-CE.patch +++ b/package/libs/mbedtls/patches/100-Implements-with-ARMv8-CE.patch @@ -368,14 +368,15 @@ Then run normal make or cmake etc. unsigned char h[16]; --- a/library/Makefile +++ b/library/Makefile -@@ -65,6 +65,7 @@ - - OBJS_CRYPTO= aes.o aesni.o arc4.o \ - aria.o asn1parse.o asn1write.o \ -+ armv8ce_aes.o \ - base64.o bignum.o blowfish.o \ - camellia.o ccm.o chacha20.o \ - chachapoly.o cipher.o cipher_wrap.o \ +@@ -72,6 +72,7 @@ + aesni.o \ + arc4.o \ + aria.o \ ++ armv8ce_aes.o \ + asn1parse.o \ + asn1write.o \ + base64.o \ + --- a/library/version_features.c +++ b/library/version_features.c @@ -583,6 +583,9 @@