From bdf3440027e4cd5a2bcf8d7a0b9bcab90eb9b765 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 18 Apr 2020 17:30:15 -0400 Subject: Update submodules and add missing ones, as needed It's been a while since we did a full reproducible build via the releng tree. Some of the old modules are now obsolete, and a couple of the new ones weren't present. This is an initial test after updating the existing submodules and adding the missing ones. I don't really expect it to work, it's a first attempt. At minimum, we should go through and clean out submodules we no longer use, but that can wait until we figure out if we now have all the right modules and branches recorded here and whether the resulting configuration works properly. --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 246be85..cce38ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,9 @@ [submodule "source/core/lib"] path = source/core/lib url = https://git.cryptech.is/core/lib.git +[submodule "source/core/math/modexpng"] + path = source/core/math/modexpng + url = http://git.cryptech.is/core/math/modexpng.git +[submodule "source/core/util/keywrap"] + path = source/core/util/keywrap + url = http://git.cryptech.is/core/util/keywrap.git -- cgit v1.2.3