diff options
author | Andy Polyakov <appro@openssl.org> | 2010-11-22 22:55:07 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2010-11-22 22:55:07 +0100 |
commit | dd128715a28122f4ad70642040c5f7f971814937 (patch) | |
tree | 36bff51320897ac04142a0147675edb8f50456e0 /crypto/bn/asm/s390x.S | |
parent | Taken from OpenSSL_1_0_0-stable: (diff) | |
download | openssl-dd128715a28122f4ad70642040c5f7f971814937.tar.xz openssl-dd128715a28122f4ad70642040c5f7f971814937.zip |
s390x.S: fix typo in bn_mul_words.
PR: 2380
Diffstat (limited to '')
-rwxr-xr-x | crypto/bn/asm/s390x.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/s390x.S b/crypto/bn/asm/s390x.S index 27ef61bd70..43fcb79bc0 100755 --- a/crypto/bn/asm/s390x.S +++ b/crypto/bn/asm/s390x.S @@ -131,7 +131,7 @@ bn_mul_words: brct %r4,.Loop4_mul la %r10,1(%r10) // see if len%4 is zero ... - brct %r10,.Loop1_madd // without touching condition code:-) + brct %r10,.Loop1_mul // without touching condition code:-) .Lend_mul: alcgr %r8,zero // collect carry bit |