From fc0c4ed9a3103e0e6534311923668879fc8e0875 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 26 Nov 2022 16:20:59 -0500 Subject: Removed openssl, and curl, and added mbedded tls. Almost fully removed curl, needs more testing. Fixed most issues, now trying to cross compile. Fix? Sigh. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index aefd4a9..ceb376b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ lpm.lua.c lib/prefix src/lpm.luac.c src/lpm.luac +lib/mbedtls-2.27.0/build +lib/mbedtls-2.27.0/tests -- cgit v1.2.3