mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 02:25:29 +08:00
mbedtls: refresh patches
This commit is contained in:
parent
96d010e808
commit
dba822744b
@ -368,14 +368,15 @@ Then run normal make or cmake etc.
|
|||||||
unsigned char h[16];
|
unsigned char h[16];
|
||||||
--- a/library/Makefile
|
--- a/library/Makefile
|
||||||
+++ b/library/Makefile
|
+++ b/library/Makefile
|
||||||
@@ -65,6 +65,7 @@
|
@@ -72,6 +72,7 @@
|
||||||
|
aesni.o \
|
||||||
OBJS_CRYPTO= aes.o aesni.o arc4.o \
|
arc4.o \
|
||||||
aria.o asn1parse.o asn1write.o \
|
aria.o \
|
||||||
+ armv8ce_aes.o \
|
+ armv8ce_aes.o \
|
||||||
base64.o bignum.o blowfish.o \
|
asn1parse.o \
|
||||||
camellia.o ccm.o chacha20.o \
|
asn1write.o \
|
||||||
chachapoly.o cipher.o cipher_wrap.o \
|
base64.o \
|
||||||
|
|
||||||
--- a/library/version_features.c
|
--- a/library/version_features.c
|
||||||
+++ b/library/version_features.c
|
+++ b/library/version_features.c
|
||||||
@@ -583,6 +583,9 @@
|
@@ -583,6 +583,9 @@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user