aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2021-02-13 14:50:49 +0100
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-10-11 19:34:09 +0300
commit265d89dcbce7fce4fa2b560b70597132fd8eb3b2 (patch)
tree52a028123493f28252b39bbb3d1aa1a38edf361d /.gitmodules
parent23ccf9300e496e115742a44d5f52490f431156f5 (diff)
downloadgost-engine-265d89dcbce7fce4fa2b560b70597132fd8eb3b2.zip
gost-engine-265d89dcbce7fce4fa2b560b70597132fd8eb3b2.tar.gz
gost-engine-265d89dcbce7fce4fa2b560b70597132fd8eb3b2.tar.bz2
Making a gost provider - Add the provider foundation
This adds the source to get a minimal provider that provides... nothing.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..f40e730
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "libprov"]
+ path = libprov
+ url = https://github.com/provider-corner/libprov.git