aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/asm/x86_64-mont.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-06-21 11:38:52 +0000
committerAndy Polyakov <appro@openssl.org>2007-06-21 11:38:52 +0000
commit5b89f78a89d0ca2cef778eea05da925875125771 (patch)
tree5f2fb1f87f6dffd3327db44fe1272bb9f71e3791 /crypto/bn/asm/x86_64-mont.pl
parent85a5668dba56066996cdb49ba33ccc3319395b82 (diff)
downloadopenssl-5b89f78a89d0ca2cef778eea05da925875125771.zip
openssl-5b89f78a89d0ca2cef778eea05da925875125771.tar.gz
openssl-5b89f78a89d0ca2cef778eea05da925875125771.tar.bz2
Typo in x86_64-mont.pl.
PR: 1549
Diffstat (limited to 'crypto/bn/asm/x86_64-mont.pl')
-rwxr-xr-xcrypto/bn/asm/x86_64-mont.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/x86_64-mont.pl b/crypto/bn/asm/x86_64-mont.pl
index 6701bf2..68bec49 100755
--- a/crypto/bn/asm/x86_64-mont.pl
+++ b/crypto/bn/asm/x86_64-mont.pl
@@ -170,10 +170,10 @@ bn_mul_mont:
mov -8($np,$num,8),%rax # np[num-1]
lea (%rsp),$ap # borrow ap for tp
shr \$62,%rax # check for boundary condition
+ lea -1($num),$j # j=num-1
jz .Lcopy
mov ($ap),%rax # tp[0]
- lea -1($num),$j # j=num-1
xor $i,$i # i=0 and clear CF!
jmp .Lsub
.align 16