projects
/
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
0648655
..
d6a86c7
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);