commit 505d220647baa740322a302f61ede31b129f26eb
parent c81e8cfda851a3c3a2c1ca9006f3d2e496cb1e69
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 1 Mar 2024 12:26:11 +0100
-fix linker issue
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am
@@ -394,6 +394,7 @@ test_crypto_edx25519_LDADD = \
test_crypto_elligator.c
test_crypto_elligator_LDADD = \
libgnunetutil.la \
+ -lsodium \
$(LIBGCRYPT_LIBS)
test_crypto_ecc_dlog_SOURCES = \