aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_hash_context.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_crypto_hash_context.c')
-rw-r--r--src/util/test_crypto_hash_context.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/test_crypto_hash_context.c b/src/util/test_crypto_hash_context.c
index d744b52b4..8c652595f 100644
--- a/src/util/test_crypto_hash_context.c
+++ b/src/util/test_crypto_hash_context.c
@@ -27,7 +27,8 @@
27 27
28#define LEN 1234 28#define LEN 1234
29 29
30int main () 30int
31main ()
31{ 32{
32 char data[1234]; 33 char data[1234];
33 struct GNUNET_HashCode hc1; 34 struct GNUNET_HashCode hc1;