j = 0;
for ( tag = ber_first_element( ber, &len, &last );
tag != LBER_DEFAULT &&
-#ifdef LDAP_END_SEQORSET
+#ifdef LBER_END_SEQORSET
tag != LBER_END_SEQORSET &&
#endif
rc != LBER_DEFAULT;
rc = ber_get_stringa( ber, &((*sss)[j]) );
j++;
}
-#ifdef LDAP_END_SEQORSET
+#ifdef LBER_END_SEQORSET
if (rc != LBER_DEFAULT &&
tag != LBER_END_SEQORSET )
{
j = 0;
for ( tag = ber_first_element( ber, &len, &last );
tag != LBER_DEFAULT &&
-#ifdef LDAP_END_SEQORSET
+#ifdef LBER_END_SEQORSET
tag != LBER_END_SEQORSET &&
#endif
rc != LBER_DEFAULT;
rc = ber_get_stringal( ber, &((*bv)[j]) );
j++;
}
-#ifdef LDAP_END_SEQORSET
+#ifdef LBER_END_SEQORSET
if (rc != LBER_DEFAULT &&
tag != LBER_END_SEQORSET )
{