sha512-586.pl: fix typo.
authorAndy Polyakov <appro@openssl.org>
Wed, 10 Jul 2013 07:59:25 +0000 (09:59 +0200)
committerAndy Polyakov <appro@openssl.org>
Wed, 10 Jul 2013 07:59:25 +0000 (09:59 +0200)
Submitted by: Gisle Vanem

crypto/sha/asm/sha512-586.pl

index 77a5c3113b3b0dbbac87f081f792b878dc4154f1..9fc792964f48c69286c53c335cc894c437c4492c 100644 (file)
@@ -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)',