]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'remove-low-level-sha-1-functions'
authorJakub Kicinski <kuba@kernel.org>
Tue, 27 Jan 2026 23:47:44 +0000 (15:47 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 27 Jan 2026 23:47:44 +0000 (15:47 -0800)
Eric Biggers says:

====================
Remove low-level SHA-1 functions

This series updates net/ipv6/addrconf.c to use the regular SHA-1
functions, then removes sha1_init_raw() and sha1_transform().

(These were originally patches 25-26 of the series
https://lore.kernel.org/linux-crypto/20250712232329.818226-1-ebiggers@kernel.org/ )
====================

Link: https://patch.msgid.link/20260123051656.396371-1-ebiggers@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge