projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sha/asm/sha512-ppc.pl: fix typo.
[openssl.git]
/
crypto
/
sha
/
asm
/
sha512-ppc.pl
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);