aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_bloomfilter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_container_bloomfilter.c')
-rw-r--r--src/util/test_container_bloomfilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_container_bloomfilter.c b/src/util/test_container_bloomfilter.c
index ccaea45ae..012d3f954 100644
--- a/src/util/test_container_bloomfilter.c
+++ b/src/util/test_container_bloomfilter.c
@@ -38,7 +38,7 @@
38static void 38static void
39nextHC (GNUNET_HashCode * hc) 39nextHC (GNUNET_HashCode * hc)
40{ 40{
41 GNUNET_CRYPTO_hash_create_random (hc); 41 GNUNET_CRYPTO_hash_create_random (GNUNET_CRYPTO_QUALITY_WEAK, hc);
42} 42}
43 43
44static int 44static int