Skip to content

Commit 88ff263

Browse files
authored
Merge pull request #585 from ourairquality/mbedtls-0318
mbedtls: update and integrate upstream fixes.
2 parents e3a7ee6 + 9277bea commit 88ff263

File tree

3 files changed

+157
-46
lines changed

3 files changed

+157
-46
lines changed

extras/mbedtls/component.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ OBJS_CRYPTO= aes.o aesni.o arc4.o \
2626
padlock.o pem.o pk.o \
2727
pk_wrap.o pkcs12.o pkcs5.o \
2828
pkparse.o pkwrite.o platform.o \
29-
ripemd160.o rsa.o sha1.o \
29+
ripemd160.o rsa.o rsa_internal.o sha1.o \
3030
sha256.o sha512.o threading.o \
3131
timing.o version.o \
3232
version_features.o xtea.o

extras/mbedtls/mbedtls

0 commit comments

Comments
 (0)