aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorLucien Heuzeveldt <lucienclaude.heuzeveldt@students.bfh.ch>2021-12-06 22:13:35 +0100
committerLucien Heuzeveldt <lucienclaude.heuzeveldt@students.bfh.ch>2021-12-07 20:44:33 +0100
commit2bcdfc2f958f5fd2512103c2240f1c24c07524d7 (patch)
tree3e96bd0ccf4e21ca44e0e82beaf7f604213e38c4 /src/util/Makefile.am
parentfa483f6cbce4873defe81234f44808bb8042fa68 (diff)
downloadgnunet-2bcdfc2f958f5fd2512103c2240f1c24c07524d7.tar.gz
gnunet-2bcdfc2f958f5fd2512103c2240f1c24c07524d7.zip
add crypto_cs implementation
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index d21ac5e86..771be1ee3 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -61,6 +61,7 @@ libgnunetutil_la_SOURCES = \
61 container_multihashmap32.c \ 61 container_multihashmap32.c \
62 crypto_symmetric.c \ 62 crypto_symmetric.c \
63 crypto_crc.c \ 63 crypto_crc.c \
64 crypto_cs.c \
64 crypto_ecc.c \ 65 crypto_ecc.c \
65 crypto_ecc_gnsrecord.c \ 66 crypto_ecc_gnsrecord.c \
66 $(DLOG) \ 67 $(DLOG) \