diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2025-04-12 15:26:26 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2025-04-12 15:26:26 +0200 |
| commit | b30d9ad94b13370a46138d3de5337220416dd2cb (patch) | |
| tree | 56295143063cdc64a88ff4a85f6cbdbc52a888d1 | |
| parent | a06076302517ee7325efd106be2782c35788bcb2 (diff) | |
Add crypto-algo back but with a url
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | thirdparty/crypto-algorithms | 0 |
2 files changed, 3 insertions, 0 deletions
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 diff --git a/thirdparty/crypto-algorithms b/thirdparty/crypto-algorithms new file mode 160000 +Subproject cfbde48414baacf51fc7c74f275190881f037d3 |
