summaryrefslogtreecommitdiffstats
path: root/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'rand.c')
-rw-r--r--rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rand.c b/rand.c
index 1dec0a9e..bf57ca3c 100644
--- a/rand.c
+++ b/rand.c
@@ -65,7 +65,7 @@ static struct cobj_ops random_state_ops = cobj_ops_init(eq,
cobj_print_op,
cobj_destroy_free_op,
cobj_mark_op,
- cobj_hash_op);
+ cobj_eq_hash_op);
/* Source: bits from /dev/random on a Linux server */
static rand32_t rand_tab[16] = {