From 5a5f3e779f694adefd504f7050c870c080c4530f Mon Sep 17 00:00:00 2001 From: Javernaut Date: Thu, 9 Feb 2023 16:30:07 +0100 Subject: [PATCH] Using mbedtls 3.3.0 --- scripts/mbedtls/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mbedtls/download.sh b/scripts/mbedtls/download.sh index 1a17485..b6b489c 100755 --- a/scripts/mbedtls/download.sh +++ b/scripts/mbedtls/download.sh @@ -2,7 +2,7 @@ source ${SCRIPTS_DIR}/common-functions.sh -export MBEDTLS_VERSION=3.2.1 +export MBEDTLS_VERSION=3.3.0 downloadTarArchive \ "mbedtls" \ "https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v${MBEDTLS_VERSION}.tar.gz" \