The branch master has been updated
       via  a66ec57c6e5c303e288b9bee7272319375ce25ae (commit)
      from  8b1a5af389fb962c7d00ffc9d003c81078033e7b (commit)


- Log -----------------------------------------------------------------
commit a66ec57c6e5c303e288b9bee7272319375ce25ae
Author: Andy Polyakov <[email protected]>
Date:   Wed Mar 2 12:43:09 2016 +0100

    chacha/asm/chacha-ppc.pl: fix typo.
    
    RT#4365
    
    Reviewed-by: Rich Salz <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 crypto/chacha/asm/chacha-ppc.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to