diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-17 12:56:08 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-17 12:56:08 +0200 |
commit | 6eb35ae72f4e579bd094f630b6b9d3d042432ae3 (patch) | |
tree | 3e8d5d936a533adab47c69bf5f53cb30903a2dfd | |
parent | fe7b13889217f4268d87d3712cb9ffe265e6a4e2 (diff) |
minimal changes
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | test_brandt.c | 12 |
2 files changed, 1 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac index a15859a..7e1c5b6 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ NEED_LIBGCRYPT_VERSION=1.7.0 AM_PATH_LIBGCRYPT("$NEED_LIBGCRYPT_API:$NEED_LIBGCRYPT_VERSION", gcrypt=1) -AC_CHECK_DECLS([gcry_mpi_set_opaque_copy], [], [], [[#include <gcrypt.h>]]) +AC_CHECK_DECLS([gcry_mpi_ec_sub], [], [], [[#include <gcrypt.h>]]) if test $gcrypt = 0 then diff --git a/test_brandt.c b/test_brandt.c index d61700b..17f1d10 100644 --- a/test_brandt.c +++ b/test_brandt.c @@ -92,18 +92,6 @@ test_new_join () } -/* - static void - cleanup_auction_data () - { - for (uint16_t i = 0; i < bidders; i++) - { - } - free (ad); - } - */ - - int main (int argc, char *argv[]) { |