Merge branch 'master' of gnunet.org:libbrandt
This commit is contained in:
commit
668876d474
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user