]> git.sur5r.net Git - openldap/commitdiff
release certificateListValidate()
authorPierangelo Masarati <ando@openldap.org>
Thu, 30 Aug 2007 20:27:13 +0000 (20:27 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 30 Aug 2007 20:27:13 +0000 (20:27 +0000)
servers/slapd/schema_init.c

index 543f9fb194da37fb41e574fe517c813477185401..2cb1ce23494604c82dd0dcc5f3e82ccb30558885 100644 (file)
@@ -196,7 +196,6 @@ static int certificateValidate( Syntax *syntax, struct berval *in )
 }
 
 /* X.509 certificate list validation */
-#ifdef LDAP_DEVEL
 static int certificateListValidate( Syntax *syntax, struct berval *in )
 {
        BerElementBuffer berbuf;
@@ -260,9 +259,6 @@ static int certificateListValidate( Syntax *syntax, struct berval *in )
        if ( len || tag != LBER_DEFAULT ) return LDAP_INVALID_SYNTAX;
        return LDAP_SUCCESS;
 }
-#else /* ! LDAP_DEVEL */
-#define certificateListValidate sequenceValidate
-#endif /* ! LDAP_DEVEL */
 
 int
 octetStringMatch(