mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
release certificateListValidate()
This commit is contained in:
parent
f9bc1426ad
commit
1b40253d4d
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user