aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-26 11:49:50 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-05-26 11:49:50 +0200
commit755cb5c76a53a8fd04408bcc080b1796e77162f5 (patch)
treedade5b7c84f74c76d85e226f7fbd0982494a0046 /src/util/Makefile.am
parent870c6d65864ff8265c5e4863529df4a44f99e1b1 (diff)
downloadgnunet-755cb5c76a53a8fd04408bcc080b1796e77162f5.tar.gz
gnunet-755cb5c76a53a8fd04408bcc080b1796e77162f5.zip
remove argon2 dependency. Use limited libsodium argon2id function for GNS and NSE
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index f3373fc38..83b3b9c3d 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -131,7 +131,6 @@ libgnunetutil_la_LIBADD = \
131 $(LIBIDN) $(LIBIDN2) \ 131 $(LIBIDN) $(LIBIDN2) \
132 $(Z_LIBS) \ 132 $(Z_LIBS) \
133 -lunistring \ 133 -lunistring \
134 -largon2 \
135 -lsodium \ 134 -lsodium \
136 $(XLIB) \ 135 $(XLIB) \
137 $(PTHREAD) 136 $(PTHREAD)