Use the official mbed TLS repo as a submodule.

Continuing to use version 2.6.1 for now.
This commit is contained in:
Joseph Cloutier
2022-05-08 22:36:05 -04:00
parent ba817dfe7a
commit b9d8d12cdd
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@@ -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

View File

@@ -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/)