summaryrefslogtreecommitdiff
path: root/sha512-256-meta.c
diff options
context:
space:
mode:
Diffstat (limited to 'sha512-256-meta.c')
-rw-r--r--sha512-256-meta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha512-256-meta.c b/sha512-256-meta.c
index c1733a38..37d17c35 100644
--- a/sha512-256-meta.c
+++ b/sha512-256-meta.c
@@ -41,7 +41,7 @@ const struct nettle_hash nettle_sha512_256 =
{
"sha512-256", sizeof(struct sha512_ctx),
SHA512_256_DIGEST_SIZE,
- SHA512_256_DATA_SIZE,
+ SHA512_256_BLOCK_SIZE,
(nettle_hash_init_func *) sha512_256_init,
(nettle_hash_update_func *) sha512_256_update,
(nettle_hash_digest_func *) sha512_256_digest