I've got one more implementation comment. Original version called
sha[1]_block with multiples of 64 (i.e. number of bytes to be processed)
as last argument. I've changed that to a number of blocks. Point is that
multiples of 64 don't reflect what's going on on ILP64 architectures,
but number of blocks does on all platforms:-)

Andy.

P.S. Next stop is MD5 clean-ups.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to