projects
/
oweals
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b2d24
)
md5: remove unnecessary variable change
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Apr 2014 18:25:32 +0000
(20:25 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Apr 2014 18:25:32 +0000
(20:25 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
md5.c
patch
|
blob
|
history
diff --git
a/md5.c
b/md5.c
index f8d490ffd4a772d5f17cb91a110c9168f6c22c0d..c9064dce4eefe18fa18db1283b318134d2dacd6b 100644
(file)
--- a/
md5.c
+++ b/
md5.c
@@
-113,7
+113,6
@@
static void md5_hash_block(const void *buffer, md5_ctx_t *ctx)
for (i = 0; i < 16; i++) {
cwp[i] = SWAP_LE32(words[i]);
}
- words += 16;
pc = C_array;
pp = P_array;