提交 a5927df9 authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 02c84a67
......@@ -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 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论