diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-17 18:39:06 +0200 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-17 18:39:06 +0200 |
commit | 4f455cbbabe8974868e18dee300dddec46c7255a (patch) | |
tree | d1b2da28244fe893040caedf7d1bd0e90fb7c3ea /.gitmodules | |
parent | e759c977f76da86e0cf1d6625ed14e8e7111126e (diff) |
More voodoo to get core/math/modexps6 on correct branch.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0efacd3..7c1a9e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -50,4 +50,6 @@ path = sw/thirdparty/sqlite3 url = git@git.cryptech.is:sw/thirdparty/sqlite3.git [submodule "core/math/modexps6"] + path = core/math/modexps6 + url = git@git.cryptech.is:core/math/modexps6.git branch = modexps6 |