Send SHA224_Update through the aproproate thunk

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29650)
This commit is contained in:
Neil Horman
2026-01-20 12:21:42 -05:00
committed by Pauli
parent 8dfa6cdc26
commit 1f2ae01f5b

View File

@@ -289,7 +289,7 @@ IMPLEMENT_digest_functions_with_settable_ctx(
IMPLEMENT_digest_functions_with_serialize(sha224, SHA256_CTX,
SHA256_CBLOCK, SHA224_DIGEST_LENGTH,
SHA2_FLAGS, SHA224_Init,
SHA224_Update, SHA224_Final,
SHA256_Update_thunk, SHA224_Final,
SHA256_Serialize, SHA256_Deserialize)
/* ossl_sha256_functions */