提交 55eb14da 编写于 作者: A Andy Polyakov

sha1-mb-x86_64.pl: fix typo.

Reviewed-by: NEmilia Kasper <emilia@openssl.org>
上级 89fb142b
...@@ -153,7 +153,7 @@ $code.=<<___ if ($i<14); # just load input ...@@ -153,7 +153,7 @@ $code.=<<___ if ($i<14); # just load input
psrld \$2,$b psrld \$2,$b
paddd $t2,$e # e+=rol(a,5) paddd $t2,$e # e+=rol(a,5)
pshufb $tx,@Xi[1] pshufb $tx,@Xi[1]
movd `4*$j-16*4`(@ptr[2]),$t2 movd `4*$k-16*4`(@ptr[2]),$t2
por $t1,$b # b=rol(b,30) por $t1,$b # b=rol(b,30)
___ ___
$code.=<<___ if ($i==14); # just load input $code.=<<___ if ($i==14); # just load input
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册