X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=blobdiff_plain;f=src%2Fmd5.c;h=881fe161525f1d76bc634b9052f0a05922bbe94a;hp=63256a72baa66058bb3b7492787fd52a7d8d1823;hb=7c604492735809a6571623645a0b2d1f37e12d40;hpb=19c64c524614ea7fdbcedcc50d6980f096ccadb9 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;