aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2020-04-18 17:30:15 -0400
committerRob Austein <sra@hactrn.net>2020-04-18 17:30:15 -0400
commitbdf3440027e4cd5a2bcf8d7a0b9bcab90eb9b765 (patch)
tree609dcb4308f2a639ea38266756d07c2e04e75946 /.gitmodules
parentfb0f2aa084b24921fbeb9076601c56c981bef5e9 (diff)
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
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