]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Send SHA224_Update through the aproproate thunk
authorNeil Horman <nhorman@openssl.org>
Tue, 20 Jan 2026 17:21:42 +0000 (12:21 -0500)
committerPauli <paul.dale@oracle.com>
Wed, 21 Jan 2026 22:40:35 +0000 (09:40 +1100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29650)

providers/implementations/digests/sha2_prov.c

index 28bba273688e9b300072a0fe07bab218a4a44d03..3e7f719f0db8b034f75922b4c4e25c9d46dd8307 100644 (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 */