Merge pull request #228 from blueskycs2c/br1
fix #223comment at #endif does not match condition of #if
This commit is contained in:
commit
c48011d19c
@ -282,7 +282,7 @@ static int new_password (const struct passwd *pw)
|
|||||||
#endif /* USE_SHA_CRYPT */
|
#endif /* USE_SHA_CRYPT */
|
||||||
#ifdef USE_BCRYPT
|
#ifdef USE_BCRYPT
|
||||||
|| (strcmp (method, "BCRYPT") == 0)
|
|| (strcmp (method, "BCRYPT") == 0)
|
||||||
#endif /* USE_SHA_CRYPT */
|
#endif /* USE_BCRYPT*/
|
||||||
|
|
||||||
) {
|
) {
|
||||||
pass_max_len = -1;
|
pass_max_len = -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user