Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--md5.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/md5.c b/md5.c
index f8d490f..c9064dc 100644
--- 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;