Merge branch 'master' of gnunet.org:libbrandt

This commit is contained in:
Markus Teich 2016-07-13 14:20:18 +02:00
commit 668876d474

View File

@ -186,7 +186,7 @@ test_setup_auction_data ()
{ {
uint16_t i; uint16_t i;
ad = calloc (bidders, sizeof (struct BRANDT_Auction)); ad = GNUNET_new_array (bidders, struct BRANDT_Auction);
for (i = 0; i < bidders; i++) for (i = 0; i < bidders; i++)
{ {
@ -364,7 +364,7 @@ cleanup_auction_data ()
int int
main (int argc, char *argv[]) main (int argc, char *argv[])
{ {
int repeat = 8; int repeat = 1;
struct GNUNET_CRYPTO_EccDlogContext *edc; struct GNUNET_CRYPTO_EccDlogContext *edc;
bidders = 2; bidders = 2;