summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-07-10 09:59:25 +0200
committerAndy Polyakov <appro@openssl.org>2013-07-10 10:02:34 +0200
commit2d3f31e0a1d5ede5319814e2db2e377a89251bf5 (patch)
tree64a008b009df7bd9eb236e1ac1310b065105b7f9 /crypto/sha
parentae74191e385cdcc8d284b2825183bda49417f7ed (diff)
sha512-586.pl: fix typo.
Submitted by: Gisle Vanem (cherry picked from commit 241fba4ea9772662e55577de996273cdb272e611)
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/asm/sha512-586.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/asm/sha512-586.pl b/crypto/sha/asm/sha512-586.pl
index 77a5c3113b..9fc792964f 100644
--- a/crypto/sha/asm/sha512-586.pl
+++ b/crypto/sha/asm/sha512-586.pl
@@ -533,7 +533,7 @@ sub BODY_00_15_ssse3 { # "phase-less" copy of BODY_00_15_sse2
'&psllq($E,4)',
'&pxor ("mm3",$E)', # T1=Sigma1_512(e)
- '&movq ($E,&DWP(8*($i+3)%64,"esp"))', # e = load d, e in next round
+ '&movq ($E,&QWP(8*($i+3)%64,"esp"))', # e = load d, e in next round
'&paddq ("mm3","mm7")', # T1+=X[i]
'&movq ("mm5",$A)', # %mm5 is sliding right
'&psrlq("mm5",28)',