aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-06 14:18:31 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-06 14:18:31 +0000
commitfe76c075e315c0351e2fe465434ae39087daf014 (patch)
tree436887ccaf331932a3c13a8b9d2a2a710dad4be6 /contrib
parent7eb2835d8a494c83aedb720a2ac6f6e5ba23f22f (diff)
downloadgnunet-fe76c075e315c0351e2fe465434ae39087daf014.tar.gz
gnunet-fe76c075e315c0351e2fe465434ae39087daf014.zip
moving to new, fixed-size encoding of public and private ECC keys everywhere, also improving ECC API to better support ECRS/GADS operations
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index e32ab0e28..b87b28e41 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -77,7 +77,9 @@ do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
77check_PROGRAMS = \ 77check_PROGRAMS = \
78 test_gnunet_prefix 78 test_gnunet_prefix
79 79
80if ENABLE_TEST_RUN
80TESTS = $(check_PROGRAMS) 81TESTS = $(check_PROGRAMS)
82endif
81 83
82test_gnunet_prefix_SOURCES = \ 84test_gnunet_prefix_SOURCES = \
83 test_gnunet_prefix.c 85 test_gnunet_prefix.c