modify #endif does not match condition of #if in passwd.c

This commit is contained in:
blueskycs2c 2020-03-05 10:51:39 +08:00
parent b2753b146a
commit e5bb71b2fd

View File

@ -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;