mirror of
https://github.com/shadow-maint/shadow.git
synced 2026-01-26 22:12:26 +00:00
pw_auth()'s $4 was always being specified as NULL. Remove the parameter. Instead, set a local variable to NULL at function entry, and remove code that never runs (conditional on $4 != NULL). Reviewed-by: Sam James <sam@gentoo.org> Signed-off-by: Alejandro Colomar <alx@kernel.org>
# S/Key support shadow-utils can be built with S/Key support using the S/Key package from: * http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libskey/ or * https://gentoo.osuosl.org/distfiles/skey-1.1.5.tar.bz2