From: blueskycs2c Date: Thu, 5 Mar 2020 02:51:39 +0000 (+0800) Subject: modify #endif does not match condition of #if in passwd.c X-Git-Tag: v4.9~90^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F228%2Fhead;p=thirdparty%2Fshadow.git modify #endif does not match condition of #if in passwd.c --- diff --git a/src/passwd.c b/src/passwd.c index 13619b164..504ab047e 100644 --- a/src/passwd.c +++ b/src/passwd.c @@ -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;