From 8b53f468d7b5aa1e0ae645b67442dd8d42afae96 Mon Sep 17 00:00:00 2001 From: Javernaut Date: Sat, 30 Jul 2022 00:49:08 +0300 Subject: [PATCH] Updating mbedtls to 3.2.1 --- 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 f2ca614..1a17485 100755 --- a/scripts/mbedtls/download.sh +++ b/scripts/mbedtls/download.sh @@ -2,7 +2,7 @@ source ${SCRIPTS_DIR}/common-functions.sh -export MBEDTLS_VERSION=2.28.0 +export MBEDTLS_VERSION=3.2.1 downloadTarArchive \ "mbedtls" \ "https://github.com/Mbed-TLS/mbedtls/archive/refs/tags/v${MBEDTLS_VERSION}.tar.gz" \