mirror of
https://github.com/openssl/openssl.git
synced 2026-01-25 02:56:43 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user