Re: [PATCH] lib/crypto: md5: Remove support for md5_mod_init_arch()
From: Eric Biggers
Date: Sun Jul 05 2026 - 15:50:16 EST
On Sun, Jun 28, 2026 at 08:25:52PM -0700, Eric Biggers wrote:
> No definitions of md5_mod_init_arch() remain, so remove the code that
> handles it.
>
> Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx>
Applied to https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux.git/log/?h=libcrypto-next
- Eric