minimal changes

This commit is contained in:
Markus Teich 2016-08-17 12:56:08 +02:00
parent fe7b138892
commit 6eb35ae72f
2 changed files with 1 additions and 13 deletions

View File

@ -45,7 +45,7 @@ NEED_LIBGCRYPT_VERSION=1.7.0
AM_PATH_LIBGCRYPT("$NEED_LIBGCRYPT_API:$NEED_LIBGCRYPT_VERSION", gcrypt=1) 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 if test $gcrypt = 0
then then

View File

@ -92,18 +92,6 @@ test_new_join ()
} }
/*
static void
cleanup_auction_data ()
{
for (uint16_t i = 0; i < bidders; i++)
{
}
free (ad);
}
*/
int int
main (int argc, char *argv[]) main (int argc, char *argv[])
{ {