ando@OpenLDAP.org writes:
schema_init.c 1.452 -> 1.453 apply Luca Tamburo's patch for Attribute Certificate and X.509 PMI support (with modifications, ITS#5695)
Any reason to make these ber_int_t instead of ber_len_t?
ber_int_t src, dst;
(...)
for ( src = 0, dst = 0; src < is->bv_len; src++, dst++ ) {
I had just changed them to ber_len_t to kill a warning for the comparison with is->bv_len.