]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/passwd.c
Fix ldaps / TLS processing...
[openldap] / libraries / liblutil / passwd.c
index 544a007501e336ca574b5274ffd91b59269fe127..a1b3201dd8c06ace913f1acf8f62e8384e85efc2 100644 (file)
@@ -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,