This commit is contained in:
Dale Weiler 2013-12-14 06:02:39 -05:00
parent 4c5a0ff662
commit d43a270142

2
hash.c
View file

@ -191,7 +191,7 @@ static GMQCC_FORCEINLINE void hash_native_process(uint32_t *ph1, uint32_t *carry
* Alignment has been reached, deal with aligned blocks, specializing for
* all possible carry counts.
*/
end = ptr + len / 4 * 4;
end = ptr + length / 4 * 4;
switch (n) {
case 0:
for (; ptr < end; ptr += 4) {