Robin Seggelmann via RT wrote: > + for (ii = (((start) >> 3) + 1); ii < (((end - > 1)) >> 3); ii++) bitmask[ii] = 0xff; \
I guess there's a minor mistake: I recommend to replace (((end - 1)) >> 3) with (((end) - 1) >> 3) -Daniel ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
