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)
This commit is contained in:
Patrick Steuer 2019-11-15 10:52:03 +01:00
parent 2555285fa5
commit 97a986f782

View File

@ -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);