The branch master has been updated
       via  97a986f78289fef71bf8778dc4763458e983750c (commit)
      from  2555285fa5e4248ad4a5a0bc14ae4606443856c2 (commit)


- Log -----------------------------------------------------------------
commit 97a986f78289fef71bf8778dc4763458e983750c
Author: Patrick Steuer <patrick.ste...@de.ibm.com>
Date:   Fri Nov 15 10:52:03 2019 +0100

    s390x assembly pack: fix bn_mul_comba4
    
    Signed-off-by: Patrick Steuer <patrick.ste...@de.ibm.com>
    
    Reviewed-by: Paul Dale <paul.d...@oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/10454)

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

Summary of changes:
 crypto/bn/asm/s390x.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/bn/asm/s390x.S b/crypto/bn/asm/s390x.S
index d369a8c4bf..65a0898739 100644
--- a/crypto/bn/asm/s390x.S
+++ b/crypto/bn/asm/s390x.S
@@ -511,7 +511,7 @@ bn_mul_comba4:
        lghi    zero,0
 
        mul_add_c(0,0,c1,c2,c3);
-       stg     c1,0*8(%r3)
+       stg     c1,0*8(%r2)
        lghi    c1,0
 
        mul_add_c(0,1,c2,c3,c1);

Reply via email to