mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
release certificateListValidate()
This commit is contained in:
parent
f9bc1426ad
commit
1b40253d4d
1 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue