From b30d9ad94b13370a46138d3de5337220416dd2cb Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 12 Apr 2025 15:26:26 +0200 Subject: Add crypto-algo back but with a url --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 25bb6ac..5fa213f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "thirdparty/prometheus-client-c"] path = thirdparty/prometheus-client-c url = https://github.com/digitalocean/prometheus-client-c.git +[submodule "thirdparty/crypto-algorithms"] + path = thirdparty/crypto-algorithms + url = https://github.com/B-Con/crypto-algorithms.git -- cgit v1.2.3