From b9d8d12cdd2a6012996e8040331b7efb800370e7 Mon Sep 17 00:00:00 2001 From: Joseph Cloutier Date: Sun, 8 May 2022 22:36:05 -0400 Subject: [PATCH] Use the official mbed TLS repo as a submodule. Continuing to use version 2.6.1 for now. --- .gitmodules | 2 +- project/lib/README.md | 2 +- project/lib/mbedtls | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index d0a23cb83..060351fa2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,7 +54,7 @@ url = https://github.com/openfl/libwebm [submodule "project/lib/mbedtls"] path = project/lib/mbedtls - url = https://github.com/openfl/libmbedtls + url = https://github.com/Mbed-TLS/mbedtls [submodule "project/lib/mojoal"] path = project/lib/mojoal url = https://github.com/openfl/libmojoal diff --git a/project/lib/README.md b/project/lib/README.md index 0ef12523e..43908e921 100644 --- a/project/lib/README.md +++ b/project/lib/README.md @@ -15,7 +15,7 @@ libjpeg: [homepage](https://ijg.org/) | [download](https://ijg.org/files/) | [un LZMA: [homepage + download](https://www.7-zip.org/sdk.html) | [unofficial GitHub mirror](https://github.com/openfl/liblzma) -Mbed TLS: [homepage](https://tls.mbed.org/) | [repo](https://github.com/Mbed-TLS/mbedtls) +mbed TLS: [homepage](https://tls.mbed.org/) | [repo](https://github.com/Mbed-TLS/mbedtls) MojoAL: [homepage](https://icculus.org/mojoAL/) | [repo](https://github.com/icculus/mojoAL/) diff --git a/project/lib/mbedtls b/project/lib/mbedtls index 2014806c6..4f0929189 160000 --- a/project/lib/mbedtls +++ b/project/lib/mbedtls @@ -1 +1 @@ -Subproject commit 2014806c66f52e1dcadcf02b2fdda48d798b2fc1 +Subproject commit 4f0929189ab43e020b0d441919abf6bab02baf11