The branch OpenSSL_1_1_1-stable has been updated via 62c20887be277df27b287451615c90515784a02b (commit) from 460a0b2b138fb690577d9b5b5782d5776285be0f (commit)
- Log ----------------------------------------------------------------- commit 62c20887be277df27b287451615c90515784a02b 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) (cherry picked from commit 97a986f78289fef71bf8778dc4763458e983750c) ----------------------------------------------------------------------- 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 292a7a9998..b666c41a88 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);