[openssl-commits] [openssl] master update
Andy Polyakov
appro at openssl.org
Fri Feb 12 20:41:56 UTC 2016
The branch master has been updated
via 577583519b147ec60e8e241ee12471c2a9c53183 (commit)
from d1dc699ac6e5ada11b1f5baaaa1695e403dce638 (commit)
- Log -----------------------------------------------------------------
commit 577583519b147ec60e8e241ee12471c2a9c53183
Author: Andy Polyakov <appro at openssl.org>
Date: Fri Feb 12 11:28:22 2016 +0100
ec/asm/ecp_nistz256-armv8.pl: fix test_ssl spurious errors.
RT#4237
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/ec/asm/ecp_nistz256-armv8.pl | 3 +++
1 file changed, 3 insertions(+)
diff --git a/crypto/ec/asm/ecp_nistz256-armv8.pl b/crypto/ec/asm/ecp_nistz256-armv8.pl
index 9d1bce1..ce6b69e 100644
--- a/crypto/ec/asm/ecp_nistz256-armv8.pl
+++ b/crypto/ec/asm/ecp_nistz256-armv8.pl
@@ -1289,6 +1289,9 @@ $code.=<<___;
stp $acc0,$acc1,[$rp_real,#$i]
stp $acc2,$acc3,[$rp_real,#$i+16]
___
+$code.=<<___ if ($i == 0);
+ adr $bp_real,.Lone_mont-64
+___
}
$code.=<<___;
ldp $acc0,$acc1,[$ap_real,#$i] // in1
More information about the openssl-commits
mailing list