aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_bloomfilter.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-08 08:10:18 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-08 08:10:18 +0000
commitc2017c2ba13736ee1fe4dc9d811d49bee1641ca3 (patch)
tree93ae178521584311eeecdf1e5448a27925bfc681 /src/util/test_container_bloomfilter.c
parent3da5c316b7b992fcc33328043151cf8cb25bf640 (diff)
downloadgnunet-c2017c2ba13736ee1fe4dc9d811d49bee1641ca3.tar.gz
gnunet-c2017c2ba13736ee1fe4dc9d811d49bee1641ca3.zip
fixes
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