From 90a36942b474391d7011f69cadb039570c3668e1 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 19 Sep 2015 17:26:16 +0300 Subject: lib/axtls: Add axtls git submodule, dependency of modussl. From https://github.com/pfalcon/axtls , branch micropython. --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..46644cc88 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "lib/axtls"] + path = lib/axtls + url = https://github.com/pfalcon/axtls + branch = micropython -- cgit v1.2.3