aboutsummaryrefslogtreecommitdiff
path: root/test_crypto.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-13 14:50:40 +0200
committerChristian Grothoff <christian@grothoff.org>2016-07-13 14:50:40 +0200
commit936a0a9dedce46c76701fe3f0490866393b6e5fd (patch)
treea821bf9c0f22d96cb374f366d147aee68f18e223 /test_crypto.c
parent59ffa3e4b433410d945c795069cd183b35d1b4bb (diff)
parent6d7b2ad54a57dc687ada16199ca290f79cbe5e42 (diff)
Merge branch 'master' of gnunet.org:libbrandt
Diffstat (limited to 'test_crypto.c')
-rw-r--r--test_crypto.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test_crypto.c b/test_crypto.c
index b3d86db..0aa4222 100644
--- a/test_crypto.c
+++ b/test_crypto.c
@@ -181,7 +181,7 @@ test_smc_zkp_0og ()
}
-int
+static int
test_setup_auction_data ()
{
uint16_t i;
@@ -289,7 +289,7 @@ test_round2 ()
}
-int
+static int
test_round3 ()
{
uint16_t i, s;
@@ -319,7 +319,7 @@ test_round3 ()
}
-int
+static int
test_outcome ()
{
int32_t ret = -1;
@@ -338,7 +338,7 @@ test_outcome ()
}
-void
+static void
cleanup_auction_data ()
{
for (uint16_t i = 0; i < bidders; i++)