[openssl/openssl] 092538: crypto: use void * in RISC-V digest shims

'Christoph Müllner' via openssl-commits <[email protected]> Thu, 23 Jul 2026 08:51:38 -0700
Newsgroups gmane.comp.encryption.openssl.cvs
Message-ID <openssl/openssl/push/refs/heads/openssl-3.5/[email protected]>
  Branch: refs/heads/openssl-3.5
  Home:   https://github.com/openssl/openssl
  Commit: 0925384d85ba921b74fe2b64561d64d88b5a8b89
      https://github.com/openssl/openssl/commit/0925384d85ba921b74fe2b64561d64d88b5a8b89
  Author: Christoph Müllner <[email protected]>
  Date:   2026-07-23 (Thu, 23 Jul 2026)

  Changed paths:
    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.5/96158b-092538%40github.com.