summaryrefslogtreecommitdiffstats
path: root/crypto/sha4.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/sha4.c')
-rw-r--r--crypto/sha4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/sha4.c b/crypto/sha4.c
index 5c3097db4a..1b91e7fcc3 100644
--- a/crypto/sha4.c
+++ b/crypto/sha4.c
@@ -342,6 +342,7 @@ static struct digest_algo m512 = {
.init = digest_sha512_init,
.update = digest_sha4_update,
.final = digest_sha4_final,
+ .digest = digest_generic_digest,
.verify = digest_generic_verify,
.length = SHA512_SUM_LEN,
.ctx_length = sizeof(sha4_context),