projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1526fea
)
sha/asm/sha1-586.pl: fix typo.
author
Andy Polyakov
<appro@openssl.org>
Sun, 22 Feb 2015 18:19:26 +0000
(19:19 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 22 Feb 2015 18:19:26 +0000
(19:19 +0100)
The typo doesn't affect supported configuration, only unsupported masm.
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/sha/asm/sha1-586.pl
patch
|
blob
|
history
diff --git
a/crypto/sha/asm/sha1-586.pl
b/crypto/sha/asm/sha1-586.pl
index 8377299b1e3383f68896d53b69993fc0a3a1e31c..4895eb3ddf85799ad9e5b8f3f64337227dc41650 100644
(file)
--- a/
crypto/sha/asm/sha1-586.pl
+++ b/
crypto/sha/asm/sha1-586.pl
@@
-450,7
+450,7
@@
sub sha1msg2 { sha1op38(0xca,@_); }
&sub ("esp",32);
&movdqu ($ABCD,&QWP(0,$ctx));
- &movd ($E,&
Q
WP(16,$ctx));
+ &movd ($E,&
D
WP(16,$ctx));
&and ("esp",-32);
&movdqa ($BSWAP,&QWP(0x50,$tmp1)); # byte-n-word swap