From: Andy Polyakov Date: Wed, 20 Aug 2014 20:10:20 +0000 (+0200) Subject: sha1-mb-x86_64.pl: fix typo. X-Git-Tag: OpenSSL_1_0_2-beta3~104 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e99ac8b8680810f06c8d1d992ac9c56b5ae75070;p=oweals%2Fopenssl.git sha1-mb-x86_64.pl: fix typo. Reviewed-by: Emilia Kasper (cherry picked from commit 55eb14da201cc35fe744a08718f5c2efb97f6155) --- diff --git a/crypto/sha/asm/sha1-mb-x86_64.pl b/crypto/sha/asm/sha1-mb-x86_64.pl index 6a77ff4bf8..e9bc8e5c47 100644 --- a/crypto/sha/asm/sha1-mb-x86_64.pl +++ b/crypto/sha/asm/sha1-mb-x86_64.pl @@ -153,7 +153,7 @@ $code.=<<___ if ($i<14); # just load input psrld \$2,$b paddd $t2,$e # e+=rol(a,5) 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) ___ $code.=<<___ if ($i==14); # just load input