From cdb709fd2755a9fcf5823fca08deb69c7177d1e5 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 11 May 2000 16:06:41 +0000 Subject: [PATCH] Fix unbalanced #endif --- libraries/liblutil/passwd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/liblutil/passwd.c b/libraries/liblutil/passwd.c index ce910e5d87..544a007501 100644 --- a/libraries/liblutil/passwd.c +++ b/libraries/liblutil/passwd.c @@ -165,7 +165,6 @@ static const struct pw_scheme pw_schemes[] = #ifdef SLAPD_CRYPT { {sizeof("{CRYPT}")-1, "{CRYPT}"}, chk_crypt, hash_crypt }, -#endif # if defined( HAVE_GETPWNAM ) && defined( HAVE_PW_PASSWD ) { {sizeof("{UNIX}")-1, "{UNIX}"}, chk_unix, NULL }, # endif -- 2.39.5