diff --git a/crypto/sha2.c b/crypto/sha2.c index 17303e6..3096efe 100644 --- a/crypto/sha2.c +++ b/crypto/sha2.c @@ -313,6 +313,7 @@ static struct sha2 m224 = { .d = { + .name = "sha224", .init = digest_sha224_init, .update = digest_sha2_update, .final = digest_sha2_final,