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

'Christoph Müllner' via openssl-commits <[email protected]> Thu, 23 Jul 2026 08:44:37 -0700
Newsgroups gmane.comp.encryption.openssl.cvs
Message-ID <openssl/openssl/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 4499e9abe162d6ef7a6600cd6573681572e431a7
      https://github.com/openssl/openssl/commit/4499e9abe162d6ef7a6600cd6573681572e431a7
  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)


  Commit: d2c0db0d9d7fa2658215fa3f34db1810ec4a7f29
      https://github.com/openssl/openssl/commit/d2c0db0d9d7fa2658215fa3f34db1810ec4a7f29
  Author: Christoph Müllner <[email protected]>
  Date:   2026-07-23 (Thu, 23 Jul 2026)

  Changed paths:
    M crypto/sha/sha_loongarch.c

  Log Message:
  -----------
  crypto: use void * in LoongArch SHA shim

The LoongArch SHA dispatch shim uses the same deprecated typed
interfaces as the RISC-V shim. Switch its entry points to void *
so it no longer depends on deprecated SHA context types.

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:31 2026
(Merged from https://github.com/openssl/openssl/pull/30763)


Compare: https://github.com/openssl/openssl/compare/10413cceb664...d2c0db0d9d7f

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/master/10413c-d2c0db%40github.com.