ghash-x86_64.pl: fix length handling bug.

Thanks to Shay Gueron & Vlad Krasnov for report.
This commit is contained in:
Andy Polyakov 2013-03-06 10:42:21 +01:00
parent bcb157f07f
commit 28997596f2

View File

@ -754,8 +754,9 @@ ___
$code.=<<___;
add \$0x40,$len
jz .Ldone
sub \$0x10,$len
movdqu 0x20($Htbl),$HK
sub \$0x10,$len
jz .Lodd_tail
.Lskip4x:
___
}