From 9a2752956aa517743d9842714c6581ae7743ccba Mon Sep 17 00:00:00 2001 From: Radhika Jandhyala Date: Thu, 30 May 2024 09:41:37 -0700 Subject: [PATCH] Update Makefile Updating mbedtls to latest --- third_party/mbedtls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/mbedtls/Makefile b/third_party/mbedtls/Makefile index 968a45af8..10e4a699e 100644 --- a/third_party/mbedtls/Makefile +++ b/third_party/mbedtls/Makefile @@ -5,7 +5,7 @@ INSTALL_PREFIX=$(BUILDDIR)/mbedtls URL=https://github.com/ARMmbed/mbedtls -BRANCH=v2.28.7 +BRANCH=v2.28.8 # get the hash of the remote github repository (for the given branch) HASH=$(shell git ls-remote $(URL) -b $(BRANCH) | cut -f1 )