diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-07-13 14:16:42 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-07-13 14:16:42 +0200 |
commit | 1c1a4723fe5bc7e0f2dc0fef493b8bcda01f7dd0 (patch) | |
tree | 1a685a9936578875d3680424e12014e5c08c7372 /test_crypto.c | |
parent | 35c18237ab2188217788818d597cc9d7c0b0d169 (diff) |
avoid stupidity
Diffstat (limited to 'test_crypto.c')
-rw-r--r-- | test_crypto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_crypto.c b/test_crypto.c index b039011..83fdce6 100644 --- a/test_crypto.c +++ b/test_crypto.c @@ -364,13 +364,13 @@ cleanup_auction_data () int main (int argc, char *argv[]) { - int repeat = 8; + int repeat = 1; struct GNUNET_CRYPTO_EccDlogContext *edc; bidders = 2; prizes = 2 * bidders; - edc = GNUNET_CRYPTO_ecc_dlog_prepare (1024 * 1024, 1024); + edc = GNUNET_CRYPTO_ecc_dlog_prepare (1024, 16); BRANDT_init (edc); /* tests that need to run only once */ |