From 4c736fb6a8ecb2be8943c98deef62d7780b033b7 Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Mon, 27 Jan 2020 16:37:14 +0000 Subject: [PATCH] Update Mbed Crypto SO version The recent update changed the Mbed Crypto SO version, get Mbed TLS in sync. --- library/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Makefile b/library/Makefile index bc9363db2..6fc110cee 100644 --- a/library/Makefile +++ b/library/Makefile @@ -37,7 +37,7 @@ endif SOEXT_TLS=so.13 SOEXT_X509=so.1 -SOEXT_CRYPTO=so.3 +SOEXT_CRYPTO=so.4 # Set AR_DASH= (empty string) to use an ar implementation that does not accept # the - prefix for command line options (e.g. llvm-ar)