aboutsummaryrefslogtreecommitdiffstats
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 9388a6f6b..345133d74 100644
--- a/module/icp/algs/edonr/edonr.c
+++ b/module/icp/algs/edonr/edonr.c
@@ -491,7 +491,7 @@ EdonRInit(EdonRState *state, size_t hashbitlen)
state->hashbitlen = 512;
state->bits_processed = 0;
state->unprocessed_bits = 0;
- memcpy(hashState224(state)->DoublePipe, i512p2,
+ memcpy(hashState512(state)->DoublePipe, i512p2,
sizeof (i512p2));
break;
}