[openssl/openssl] 870f4f: crypto: use void * in RISC-V digest shims
'Christoph Müllner' via openssl-commits <[email protected]> Thu, 23 Jul 2026 08:47:37 -0700
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-3.6/[email protected]> |
Branch: refs/heads/openssl-3.6
Home: https://github.com/openssl/openssl
Commit: 870f4f51a640b86fe3051b629542f351b183cead
https://github.com/openssl/openssl/commit/870f4f51a640b86fe3051b629542f351b183cead
Author: Christoph Müllner <[email protected]>
Date: 2026-07-23 (Thu, 23 Jul 2026)
Changed paths:
M crypto/md5/md5_riscv.c
M crypto/sha/sha_riscv.c
Log Message:
-----------
crypto: use void * in RISC-V digest shims
The RISC-V MD5 and SHA dispatch files use low-level digest context
types that are hidden in no-deprecated builds. Switch their shim
entry points to void * so they no longer depend on deprecated typed
interfaces.
Update the local MD5 declaration to match the untyped shim
interface.
Fixes: openssl/openssl#29357
Signed-off-by: Christoph Müllner <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
MergeDate: Thu Jul 23 15:43:30 2026
(Merged from https://github.com/openssl/openssl/pull/30763)
(cherry picked from commit 4499e9abe162d6ef7a6600cd6573681572e431a7)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/openssl-3.6/5054a2-870f4f%40github.com.