diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-02 19:58:35 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-02 19:58:35 +0000 |
commit | fece22eebf8c8d54e79d05f748019e7234823828 (patch) | |
tree | f875095ec8a2918a263f273a71b721654cfba612 /src/util/Makefile.am | |
parent | ed53a24f07a861edf7edd327c04fc7a23111e3c4 (diff) |
-adding ecc dlog support
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 916a588fa5..13a16448b2 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -76,6 +76,7 @@ libgnunetutil_la_SOURCES = \ crypto_symmetric.c \ crypto_crc.c \ crypto_ecc.c \ + crypto_ecc_dlog.c \ crypto_ecc_setup.c \ crypto_hash.c \ crypto_hash_file.c \ @@ -271,6 +272,7 @@ check_PROGRAMS = \ test_crypto_eddsa \ test_crypto_ecdhe \ test_crypto_ecdh_eddsa \ + test_crypto_ecc_dlog \ test_crypto_hash \ test_crypto_hash_context \ test_crypto_hkdf \ @@ -421,6 +423,12 @@ test_crypto_eddsa_LDADD = \ libgnunetutil.la \ $(LIBGCRYPT_LIBS) +test_crypto_ecc_dlog_SOURCES = \ + test_crypto_ecc_dlog.c +test_crypto_ecc_dlog_LDADD = \ + libgnunetutil.la \ + $(LIBGCRYPT_LIBS) + test_crypto_ecdhe_SOURCES = \ test_crypto_ecdhe.c test_crypto_ecdhe_LDADD = \ |