From: Andy Polyakov Date: Thu, 21 Jun 2007 11:38:52 +0000 (+0000) Subject: Typo in x86_64-mont.pl. X-Git-Tag: OpenSSL_0_9_8k^2~787 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=5b89f78a89d0ca2cef778eea05da925875125771 Typo in x86_64-mont.pl. PR: 1549 --- diff --git a/crypto/bn/asm/x86_64-mont.pl b/crypto/bn/asm/x86_64-mont.pl index 6701bf2755..68bec49cbc 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