From 90a36942b474391d7011f69cadb039570c3668e1 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 19 Sep 2015 17:26:16 +0300 Subject: [PATCH] lib/axtls: Add axtls git submodule, dependency of modussl. From https://github.com/pfalcon/axtls , branch micropython. --- .gitmodules | 4 ++++ lib/axtls | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 lib/axtls diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..46644cc883 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "lib/axtls"] + path = lib/axtls + url = https://github.com/pfalcon/axtls + branch = micropython diff --git a/lib/axtls b/lib/axtls new file mode 160000 index 0000000000..a39ebe4d76 --- /dev/null +++ b/lib/axtls @@ -0,0 +1 @@ +Subproject commit a39ebe4d768ba79fac4f4e65fb74d13e7fb007c5