summaryrefslogtreecommitdiffstats
path: root/module/icp/algs/edonr/edonr.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/icp/algs/edonr/edonr.c')
-rw-r--r--module/icp/algs/edonr/edonr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/icp/algs/edonr/edonr.c b/module/icp/algs/edonr/edonr.c
index ee96e692e..7a3ba30c0 100644
--- a/module/icp/algs/edonr/edonr.c
+++ b/module/icp/algs/edonr/edonr.c
@@ -488,7 +488,7 @@ EdonRInit(EdonRState *state, size_t hashbitlen)
state->hashbitlen = 512;
state->bits_processed = 0;
state->unprocessed_bits = 0;
- bcopy(i512p2, hashState224(state)->DoublePipe,
+ bcopy(i512p2, hashState512(state)->DoublePipe,
16 * sizeof (uint64_t));
break;
}