]> git.ipfire.org Git - thirdparty/shadow.git/commit
lib/: Remove unused parameter $3 of password_check() and propagate
authorAlejandro Colomar <alx@kernel.org>
Fri, 21 Feb 2025 06:36:53 +0000 (07:36 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Thu, 6 Nov 2025 11:50:49 +0000 (12:50 +0100)
commit8f784fed8e674c1bf2657cf01c7f676706e105ab
tree7e1155523536db6cb2cf201414371942cab4061c
parentd049315a13b02a06e2edaba154a4c030422a16e7
lib/: Remove unused parameter $3 of password_check() and propagate

Propagate the removal of dead code to its callers, which were only
passing the parameter to this function.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/obscure.c
lib/prototypes.h
src/passwd.c