diff options
-rw-r--r-- | src/util/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index f5bccf2188..b49378c9bb 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -388,9 +388,9 @@ test_crypto_ecdhe_LDADD = \ libgnunetutil.la \ $(LIBGCRYPT_LIBS) -test_crypto_ecdh_eddsa_SOURCES = \ - test_crypto_ecdh_eddsa.c -test_crypto_ecdh_eddsa_LDADD = \ +test_crypto_ecdh_ecdsa_SOURCES = \ + test_crypto_ecdh_ecdsa.c +test_crypto_ecdh_ecdsa_LDADD = \ libgnunetutil.la \ $(LIBGCRYPT_LIBS) |