Merge pull request #228 from blueskycs2c/br1

fix #223comment at #endif does not match condition of #if
This commit is contained in:
Serge Hallyn 2020-03-09 11:05:27 -05:00 committed by GitHub
commit c48011d19c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;