aboutsummaryrefslogtreecommitdiff
path: root/crypto/chacha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-03-02 12:43:09 +0100
committerAndy Polyakov <appro@openssl.org>2016-03-04 11:55:35 +0100
commita66ec57c6e5c303e288b9bee7272319375ce25ae (patch)
tree3d89c3cc60fa9a179b2f2438c75856f0c2ae492d /crypto/chacha
parent8b1a5af389fb962c7d00ffc9d003c81078033e7b (diff)
downloadopenssl-a66ec57c6e5c303e288b9bee7272319375ce25ae.zip
openssl-a66ec57c6e5c303e288b9bee7272319375ce25ae.tar.gz
openssl-a66ec57c6e5c303e288b9bee7272319375ce25ae.tar.bz2
chacha/asm/chacha-ppc.pl: fix typo.
RT#4365 Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/chacha')
-rwxr-xr-xcrypto/chacha/asm/chacha-ppc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/chacha/asm/chacha-ppc.pl b/crypto/chacha/asm/chacha-ppc.pl
index 23f7fad..2bb3fce 100755
--- a/crypto/chacha/asm/chacha-ppc.pl
+++ b/crypto/chacha/asm/chacha-ppc.pl
@@ -477,7 +477,7 @@ $code.=<<___;
$PUSH r29,`$FRAME-$SIZE_T*3`($sp)
$PUSH r30,`$FRAME-$SIZE_T*2`($sp)
$PUSH r31,`$FRAME-$SIZE_T*1`($sp)
- li 12,-1
+ li r12,-1
$PUSH r0, `$FRAME+$LRSAVE`($sp)
mtspr 256,r12 # preserve all AltiVec registers