Generally speaking, when passing along the size (n) of a buffer (d) to a function, it's 'Good Coding Practice' to use 'size_t' for the buffersize integer value type (there's no such thing as a negative buffer size anyway ;-) ). See also many system headerfiles for comparable coding behaviour.
IMHO I think the new code is the proper one, it's just the documentation lagging a bit behind. Regards, Ger ----- Original Message ----- From: "Jelte Jansen" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, 09 March 2006 14:40 Subject: HMAC prototype in 0.9.8a ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
