summaryrefslogtreecommitdiff
path: root/src/md5.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-04-14 08:24:44 +0200
committerSteven Barth <steven@midlink.org>2015-04-14 08:36:37 +0200
commit7c604492735809a6571623645a0b2d1f37e12d40 (patch)
tree98bf1c60f51262036a3cb8c4e9e215a40bbc3ac6 /src/md5.c
parent19c64c524614ea7fdbcedcc50d6980f096ccadb9 (diff)
downloadodhcp6c-7c604492735809a6571623645a0b2d1f37e12d40.tar.gz
scan-code fixes
Diffstat (limited to 'src/md5.c')
-rw-r--r--src/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5.c b/src/md5.c
index 63256a7..881fe16 100644
--- a/src/md5.c
+++ b/src/md5.c
@@ -109,7 +109,7 @@ 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;
+ //words += 16;
pc = C_array;
pp = P_array;