diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 231e6fc..c171b3a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,8 @@ path = lib/microtar url = https://github.com/rxi/microtar.git shallow = true +[submodule "lib/mbedtls"] + path = lib/mbedtls + url = https://github.com/Mbed-TLS/mbedtls.git + tag = mbedtls-2.28.3 + shallow = true |