From 6f94dc4896089695811cbbf8ffe712f2113c8788 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Sun, 22 Oct 2023 21:17:33 +0200 Subject: Fix submodules for the repo --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4bd1270 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "crypto/SHA1"] + path = crypto/SHA1 + url = git@github.com:elttil/SHA1.git -- cgit v1.2.3