modify #endif does not match condition of #if in passwd.c
This commit is contained in:
parent
b2753b146a
commit
e5bb71b2fd
@ -282,7 +282,7 @@ static int new_password (const struct passwd *pw)
|
||||
#endif /* USE_SHA_CRYPT */
|
||||
#ifdef USE_BCRYPT
|
||||
|| (strcmp (method, "BCRYPT") == 0)
|
||||
#endif /* USE_SHA_CRYPT */
|
||||
#endif /* USE_BCRYPT*/
|
||||
|
||||
) {
|
||||
pass_max_len = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user