]> git.ipfire.org Git - thirdparty/shadow.git/commit
Fix yescrypt support
authorBernd Kuhls <bernd@kuhls.net>
Sun, 9 Jul 2023 08:55:03 +0000 (10:55 +0200)
committerSerge Hallyn <serge@hallyn.com>
Wed, 12 Jul 2023 13:31:51 +0000 (08:31 -0500)
commit29da702491eea314b915ea9c7a83c9af80cf5797
tree4aa56d5aac2e08120ed02507c99d937fc9921e11
parent53a17c1742a4b5fcf9280fd6dd85fc77588535c2
Fix yescrypt support

Fixes build error:
newusers.c: In function 'update_passwd':
newusers.c:433:21: error: 'sflg' undeclared (first use in this function); did you mean 'rflg'?

introduced by
https://github.com/shadow-maint/shadow/commit/5cd04d03f94622c12220d4a6352824af081b8531
which forgot to define sflg for these configure options:

--without-sha-crypt --without-bcrypt --with-yescrypt
src/newusers.c