]> git.sur5r.net Git - openldap/commitdiff
Fix unbalanced #endif
authorKurt Zeilenga <kurt@openldap.org>
Thu, 11 May 2000 16:06:41 +0000 (16:06 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 11 May 2000 16:06:41 +0000 (16:06 +0000)
libraries/liblutil/passwd.c

index ce910e5d873f044d87ee63017fa61423a57de1fc..544a007501e336ca574b5274ffd91b59269fe127 100644 (file)
@@ -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