sha/asm/sha1-586.pl: fix typo.
The typo doesn't affect supported configuration, only unsupported masm. Reviewed-by: Matt Caswell <matt@openssl.org> (cherry picked from commit 3372c4fffa0556a688f8f1f550b095051398f596)
This commit is contained in:
parent
1f956f9cda
commit
f243def213
@ -450,7 +450,7 @@ sub sha1msg2 { sha1op38(0xca,@_); }
|
|||||||
&sub ("esp",32);
|
&sub ("esp",32);
|
||||||
|
|
||||||
&movdqu ($ABCD,&QWP(0,$ctx));
|
&movdqu ($ABCD,&QWP(0,$ctx));
|
||||||
&movd ($E,&QWP(16,$ctx));
|
&movd ($E,&DWP(16,$ctx));
|
||||||
&and ("esp",-32);
|
&and ("esp",-32);
|
||||||
&movdqa ($BSWAP,&QWP(0x50,$tmp1)); # byte-n-word swap
|
&movdqa ($BSWAP,&QWP(0x50,$tmp1)); # byte-n-word swap
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user