From 6d68c6c97640eb0889c3d2733ebad0925e4454b9 Mon Sep 17 00:00:00 2001 From: Janusz Sobczak Date: Tue, 20 Dec 2022 11:42:49 -0800 Subject: [PATCH] Add third_party/mbedtls --- .gitmodules | 3 +++ third_party/mbedtls | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/mbedtls diff --git a/.gitmodules b/.gitmodules index 81c6b8e8..c14bb9c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -30,3 +30,6 @@ path = third_party/google-toolbox-for-mac/google-toolbox-for-mac url = https://github.com/google/google-toolbox-for-mac.git branch = main +[submodule "third_party/mbedtls"] + path = third_party/mbedtls + url = https://github.com/ARMmbed/mbedtls diff --git a/third_party/mbedtls b/third_party/mbedtls new file mode 160000 index 00000000..3e0418fe --- /dev/null +++ b/third_party/mbedtls @@ -0,0 +1 @@ +Subproject commit 3e0418fe502b2a2194e118d362efdfc0e558be73