From e536dcf63e6ca3db018492a61f81a72b8a9256c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Pereira=20da=20Silva?= Date: Fri, 24 Feb 2023 23:37:20 -0300 Subject: [PATCH] Changing mbedTLS version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f67996b..62de6ac 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ STRIP=strip CURDIR=$(PWD) INCLUDEDIR=$(CURDIR)/include MBEDTLS_GIT=https://github.com/Mbed-TLS/mbedtls.git -MBEDTLS_BRANCH=v3.2.1 +MBEDTLS_BRANCH=v3.3.0 MBED_INCLUDE_DIR=$(CURDIR)/downloads/mbedtls/build/compiled/include MBED_LIB_DIR=$(CURDIR)/downloads/mbedtls/build/compiled/lib MBED_LIB_OBJ_DIR=$(CURDIR)/downloads/mbedtls/build/library/CMakeFiles/mbedcrypto.dir