summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorPatrick Steuer <patrick.steuer@de.ibm.com>2019-11-15 10:52:03 +0100
committerPatrick Steuer <patrick.steuer@de.ibm.com>2019-11-17 13:55:28 +0100
commit62c20887be277df27b287451615c90515784a02b (patch)
tree1bce14f33a032e326b33979b90be851bb3caebe3 /crypto/bn
parent460a0b2b138fb690577d9b5b5782d5776285be0f (diff)
s390x assembly pack: fix bn_mul_comba4
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10454) (cherry picked from commit 97a986f78289fef71bf8778dc4763458e983750c)
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/asm/s390x.S2
1 files changed, 1 insertions, 1 deletions
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);