mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix one more chk_unix ifdef
This commit is contained in:
parent
cdb709fd27
commit
7ca81c0a03
1 changed files with 1 additions and 2 deletions
|
|
@ -113,8 +113,7 @@ static int chk_crypt(
|
||||||
const struct berval *passwd,
|
const struct berval *passwd,
|
||||||
const struct berval *cred );
|
const struct berval *cred );
|
||||||
|
|
||||||
#if defined( HAVE_GETSPNAM ) \
|
#if defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD )
|
||||||
|| ( defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD ) )
|
|
||||||
static int chk_unix(
|
static int chk_unix(
|
||||||
const struct pw_scheme *scheme,
|
const struct pw_scheme *scheme,
|
||||||
const struct berval *passwd,
|
const struct berval *passwd,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue