aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_crypto_hash.c')
-rw-r--r--src/util/test_crypto_hash.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/test_crypto_hash.c b/src/util/test_crypto_hash.c
index 0118dd754..12e1324dd 100644
--- a/src/util/test_crypto_hash.c
+++ b/src/util/test_crypto_hash.c
@@ -49,6 +49,7 @@ test (int number)
49 return 0; 49 return 0;
50} 50}
51 51
52
52static int 53static int
53testEncoding () 54testEncoding ()
54{ 55{
@@ -60,6 +61,7 @@ testEncoding ()
60 return 0; 61 return 0;
61} 62}
62 63
64
63static int 65static int
64testArithmetic () 66testArithmetic ()
65{ 67{
@@ -99,6 +101,7 @@ testArithmetic ()
99 return 0; 101 return 0;
100} 102}
101 103
104
102static void 105static void
103finished_task (void *cls, const struct GNUNET_HashCode *res) 106finished_task (void *cls, const struct GNUNET_HashCode *res)
104{ 107{
@@ -156,4 +159,5 @@ main (int argc, char *argv[])
156 return 0; 159 return 0;
157} 160}
158 161
162
159/* end of hashingtest.c */ 163/* end of hashingtest.c */