Skip to content
Snippets Groups Projects
Commit 7ca81c0a authored by Howard Chu's avatar Howard Chu
Browse files

Fix one more chk_unix ifdef

parent cdb709fd
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,7 @@ static int chk_crypt(
const struct berval *passwd,
const struct berval *cred );
#if defined( HAVE_GETSPNAM ) \
|| ( defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD ) )
#if defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD )
static int chk_unix(
const struct pw_scheme *scheme,
const struct berval *passwd,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment