From 8bf35db67ed03df1f8d12055a4771e932e159cf3 Mon Sep 17 00:00:00 2001 From: Some Random Crypto Guy Date: Tue, 4 Feb 2025 10:40:49 +0000 Subject: [PATCH] fixed submodules that got merged incorrectly --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 7e00da2..68faaf9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,6 @@ [submodule "external/miniupnp"] path = external/miniupnp url = https://github.com/miniupnp/miniupnp +[submodule "external/mx25519"] + path = external/mx25519 + url = https://github.com/tevador/mx25519