[openssl] OpenSSL_1_1_1-stable update

Matt Caswell matt at openssl.org
Fri Aug 9 08:13:03 UTC 2019


The branch OpenSSL_1_1_1-stable has been updated
       via  c762f5fa35ce7c2b9edf5bdbe9efd5d45280d35f (commit)
      from  bb00b0404d05a268f8660ef3a74095419dfcbc4d (commit)


- Log -----------------------------------------------------------------
commit c762f5fa35ce7c2b9edf5bdbe9efd5d45280d35f
Author: Vladimir Kotal <Vladimir.Kotal at Oracle.COM>
Date:   Tue Jun 11 16:21:00 2019 +0200

    make ecp_nistz256_point_add_vis3() local
    
    fixes #8936
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/9132)
    
    (cherry picked from commit 861335001b99cfd665030c50ad37a663536a5c0f)

-----------------------------------------------------------------------

Summary of changes:
 crypto/ec/asm/ecp_nistz256-sparcv9.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/ec/asm/ecp_nistz256-sparcv9.pl b/crypto/ec/asm/ecp_nistz256-sparcv9.pl
index 0a4def6e2b..016025e813 100755
--- a/crypto/ec/asm/ecp_nistz256-sparcv9.pl
+++ b/crypto/ec/asm/ecp_nistz256-sparcv9.pl
@@ -2301,7 +2301,6 @@ my ($Z1sqr, $Z2sqr) = ($Hsqr, $Rsqr);
 # !in1infty, !in2infty and result of check for zero.
 
 $code.=<<___;
-.globl	ecp_nistz256_point_add_vis3
 .align	32
 ecp_nistz256_point_add_vis3:
 	save	%sp,-STACK64_FRAME-32*18-32,%sp


More information about the openssl-commits mailing list