diff options
author | Rob Austein <sra@hactrn.net> | 2017-03-09 01:15:50 -0500 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-03-09 01:15:50 -0500 |
commit | cce958717425ae5d726fc6274691c37848ae9c5f (patch) | |
tree | 4232aa74830309f286dba9e4c65f5818ba39cffa /.gitmodules | |
parent | a53c301caf9c5e4c9a1ae7f41af7ead56f41ce88 (diff) |
Whoops, new build dependency on core/platform/common.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 84803d8..2cde41e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,6 @@ [submodule "source/core/pkey/ecdsa384"] path = source/core/pkey/ecdsa384 url = https://git.cryptech.is/core/pkey/ecdsa384.git +[submodule "source/core/platform/common"] + path = source/core/platform/common + url = https://git.cryptech.is/core/platform/common.git |