From 06a502c394701f1904e1227c6b4b4c417593347d Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Mon, 14 Oct 2019 13:39:43 +0700 Subject: [PATCH] [+] Added submodule libdap-crypto-python. --- .gitmodules | 3 +++ libdap-crypto-python | 1 + 2 files changed, 4 insertions(+) create mode 160000 libdap-crypto-python diff --git a/.gitmodules b/.gitmodules index 8aac0d17..275ccfc9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "libdap-chain-gdb"] path = libdap-chain-gdb url = https://gitlab.demlabs.net/cellframe/libdap-chain-gdb.git +[submodule "libdap-crypto-python"] + path = libdap-crypto-python + url = https://gitlab.demlabs.net/cellframe/libdap-crypto-python.git diff --git a/libdap-crypto-python b/libdap-crypto-python new file mode 160000 index 00000000..edd62ffc --- /dev/null +++ b/libdap-crypto-python @@ -0,0 +1 @@ +Subproject commit edd62ffc6b588b3bc877833e3585960b192b83d0 -- GitLab