aboutsummaryrefslogtreecommitdiff
path: root/test_crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_crypto.c')
-rw-r--r--test_crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_crypto.c b/test_crypto.c
index 2a04c1d..cfc6160 100644
--- a/test_crypto.c
+++ b/test_crypto.c
@@ -199,7 +199,7 @@ test_setup_auction_data ()
199 199
200/** 200/**
201 * compute round @a index of the protocol specified by @a type and @a oc 201 * compute round @a index of the protocol specified by @a type and @a oc
202 * 202 *
203 * @param[in] type auction type 203 * @param[in] type auction type
204 * @param[in] oc outcome type 204 * @param[in] oc outcome type
205 * @param[in] index round index 205 * @param[in] index round index
@@ -310,7 +310,7 @@ test_all_auctions ()
310 310
311 for (size_t oc = 0; oc < outcome_last; oc++) 311 for (size_t oc = 0; oc < outcome_last; oc++)
312 { 312 {
313 if (!test_setup_auction_data() || !test_auction (atype, oc)) 313 if (!test_setup_auction_data () || !test_auction (atype, oc))
314 { 314 {
315 cleanup_auction_data (); 315 cleanup_auction_data ();
316 return 0; 316 return 0;