Skip to content

Commit

Permalink
mbedtls: refresh patches
Browse files Browse the repository at this point in the history
  • Loading branch information
breakings authored and Beginner-Go committed Feb 27, 2022
1 parent 96d010e commit dba8227
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package/libs/mbedtls/patches/100-Implements-with-ARMv8-CE.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@
Expand Down

0 comments on commit dba8227

Please sign in to comment.