aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-01 22:05:15 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-05-02 10:39:55 +0200
commit572f4d6f7b19dec42d571829384ac9cd356bb092 (patch)
treecbe8bf3ae413a1aa3b71beffcbe7ce9bb83fe03f /src/util/Makefile.am
parentca3ebf1e59eb00ad101ba8b26e5185db4d785610 (diff)
downloadgnunet-572f4d6f7b19dec42d571829384ac9cd356bb092.tar.gz
gnunet-572f4d6f7b19dec42d571829384ac9cd356bb092.zip
GNS: Add EDKEY support.
GNS and GNSRECORD can now handle EdDSA keys in addition to the existing ECDSA scheme. See also LSD0001.
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 72fd37bde..09620aee0 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -61,6 +61,7 @@ libgnunetutil_la_SOURCES = \
61 crypto_symmetric.c \ 61 crypto_symmetric.c \
62 crypto_crc.c \ 62 crypto_crc.c \
63 crypto_ecc.c \ 63 crypto_ecc.c \
64 crypto_ecc_gnsrecord.c \
64 $(DLOG) \ 65 $(DLOG) \
65 crypto_ecc_setup.c \ 66 crypto_ecc_setup.c \
66 crypto_hash.c \ 67 crypto_hash.c \