forked from Mirrors/freeswitch
Tue May 20 13:33:05 EDT 2008 Pekka.Pessi@nokia.com
* su_md5.c: fixed typo in comment git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8626 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
02c84a6739
commit
a5927df998
@ -332,7 +332,7 @@ su_md5_digest(su_md5_t const *context, uint8_t digest[16])
|
||||
p = ctx->in + count;
|
||||
*p++ = 0x80;
|
||||
|
||||
/* Bytes of padding needde to make 64 bytes */
|
||||
/* Bytes of padding needed to make 64 bytes */
|
||||
count = 64 - 1 - count;
|
||||
|
||||
/* Pad out to 56 mod 64 */
|
||||
|
Loading…
Reference in New Issue
Block a user