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:
0e0a105
)
sha/asm/sha512-ppc.pl: fix typo.
author
Andy Polyakov
<appro@openssl.org>
Thu, 31 Oct 2013 19:21:54 +0000
(20:21 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 31 Oct 2013 19:21:54 +0000
(20:21 +0100)
Submitted by: Marcelo Cerri
crypto/sha/asm/sha512-ppc.pl
patch
|
blob
|
history
diff --git
a/crypto/sha/asm/sha512-ppc.pl
b/crypto/sha/asm/sha512-ppc.pl
index 06486555e50912f25af282271ca94ac91e2ca98c..d6a86c7325d4d91bf38b24aa19cc5090e9b65b2f 100755
(executable)
--- a/
crypto/sha/asm/sha512-ppc.pl
+++ b/
crypto/sha/asm/sha512-ppc.pl
@@
-383,7
+383,7
@@
$code.=<<___ if ($SZ==8 && $LITTLE_ENDIAN);
rlwimi $t0,$a0,24,0,7
rlwimi @X[$i],$a1,24,0,7
rlwimi $t0,$a0,24,16,23
- rlwimi @X[$i],$a1,2
5
,16,23
+ rlwimi @X[$i],$a1,2
4
,16,23
insrdi @X[$i],$t0,32,0
___
&ROUND_00_15($i,@V);