mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 13:55:42 +08:00
ghash-x86_64.pl: fix length handling bug.
Thanks to Shay Gueron & Vlad Krasnov for report.
This commit is contained in:
parent
bcb157f07f
commit
28997596f2
@ -754,8 +754,9 @@ ___
|
||||
$code.=<<___;
|
||||
add \$0x40,$len
|
||||
jz .Ldone
|
||||
sub \$0x10,$len
|
||||
movdqu 0x20($Htbl),$HK
|
||||
sub \$0x10,$len
|
||||
jz .Lodd_tail
|
||||
.Lskip4x:
|
||||
___
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user