Skip to content

Fix yescrypt support#748

Merged
hallyn merged 1 commit into
shadow-maint:masterfrom
bkuhls:fix_yescrypt
Jul 12, 2023
Merged

Fix yescrypt support#748
hallyn merged 1 commit into
shadow-maint:masterfrom
bkuhls:fix_yescrypt

Conversation

@bkuhls
Copy link
Copy Markdown
Contributor

@bkuhls bkuhls commented Jul 9, 2023

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
5cd04d0 which forgot to define sflg for these configure options:

--without-sha-crypt --without-bcrypt --with-yescrypt

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
shadow-maint@5cd04d0
which forgot to define sflg for these configure options:

--without-sha-crypt --without-bcrypt --with-yescrypt
@hallyn hallyn merged commit 29da702 into shadow-maint:master Jul 12, 2023
@hallyn
Copy link
Copy Markdown
Member

hallyn commented Jul 12, 2023

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants