md5: remove unnecessary variable change
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
parent
31b2d244fd
commit
b3a6939f38
1 changed files with 0 additions and 1 deletions
1
md5.c
1
md5.c
|
@ -113,7 +113,6 @@ static void md5_hash_block(const void *buffer, md5_ctx_t *ctx)
|
||||||
for (i = 0; i < 16; i++) {
|
for (i = 0; i < 16; i++) {
|
||||||
cwp[i] = SWAP_LE32(words[i]);
|
cwp[i] = SWAP_LE32(words[i]);
|
||||||
}
|
}
|
||||||
words += 16;
|
|
||||||
|
|
||||||
pc = C_array;
|
pc = C_array;
|
||||||
pp = P_array;
|
pp = P_array;
|
||||||
|
|
Loading…
Reference in a new issue