projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
302ad14
)
md5: remove outdated comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 19 Oct 2010 00:33:39 +0000
(
02:33
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 19 Oct 2010 00:33:39 +0000
(
02:33
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/hash_md5_sha.c
patch
|
blob
|
history
diff --git
a/libbb/hash_md5_sha.c
b/libbb/hash_md5_sha.c
index f5f875a647cbc19bf8c942ccf6e40c884557e7f5..aeacddef8734f79ccff90fb61941bc85dbc5919b 100644
(file)
--- a/
libbb/hash_md5_sha.c
+++ b/
libbb/hash_md5_sha.c
@@
-461,9
+461,7
@@
void FAST_FUNC md5_end(md5_ctx_t *ctx, void *resbuf)
/* MD5 stores total in LE, need to swap on BE arches: */
common64_end(ctx, /*swap_needed:*/ BB_BIG_ENDIAN);
- /* The MD5 result is in little endian byte order.
- * We (ab)use the fact that A-D are consecutive in memory.
- */
+ /* The MD5 result is in little endian byte order */
#if BB_BIG_ENDIAN
ctx->hash[0] = SWAP_LE32(ctx->hash[0]);
ctx->hash[1] = SWAP_LE32(ctx->hash[1]);