Skip to content

Commit

Permalink
Update mbedTLS dependency to version 2.7.5. Fixes #142
Browse files Browse the repository at this point in the history
  • Loading branch information
beitler committed Jan 6, 2022
1 parent 60fd978 commit 6675c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/mbedtls/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6675c77

Please sign in to comment.