From 582b9548b5b24d0019810a6a836ec55199d7b924 Mon Sep 17 00:00:00 2001 From: mpous Date: Fri, 14 Jan 2022 00:11:48 +0100 Subject: [PATCH] Update mbedTLS dependency to version 2.7.5. Related to lorabasics#142 --- deps/mbedtls/prep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/mbedtls/prep.sh b/deps/mbedtls/prep.sh index 2875cd7..4f774f0 100755 --- a/deps/mbedtls/prep.sh +++ b/deps/mbedtls/prep.sh @@ -30,7 +30,7 @@ set -e cd $(dirname $0) if [[ ! -d git-repo ]]; then - git clone -b mbedtls-2.6 --single-branch --depth 1 https://github.com/ARMmbed/mbedtls.git git-repo + git clone -b mbedtls-2.7.5 --single-branch --depth 1 https://github.com/ARMmbed/mbedtls.git git-repo fi if [[ -z "$platform" ]] || [[ -z "$variant" ]]; then