From 5706120aafd5254ce9ce9539f30e169823a1262c Mon Sep 17 00:00:00 2001 From: Alexey Stratulat <alexey.stratulat@demlabs.net> Date: Tue, 10 Sep 2019 15:45:49 +0700 Subject: [PATCH] [+] Added libdap-crypto-python submodule --- .gitmodules | 4 ++++ libdap-crypto-python | 1 + 2 files changed, 5 insertions(+) create mode 160000 libdap-crypto-python diff --git a/.gitmodules b/.gitmodules index 1db47e54..f4a67134 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,3 +9,7 @@ path = libdap-server-core-python url = https://gitlab.demlabs.net/cellframe/libdap-server-core-python.git branch = features-2466 +[submodule "libdap-crypto-python"] + path = libdap-crypto-python + url = https://gitlab.demlabs.net/cellframe/libdap-crypto-python.git + branch = features-2466 diff --git a/libdap-crypto-python b/libdap-crypto-python new file mode 160000 index 00000000..d6b2f2cd --- /dev/null +++ b/libdap-crypto-python @@ -0,0 +1 @@ +Subproject commit d6b2f2cdd1d2635a76e6232d79f79efd0739fec6 -- GitLab