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