[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Andy Polyakov appro at openssl.org
Wed Feb 10 11:58:34 UTC 2016


The branch OpenSSL_1_0_2-stable has been updated
       via  52464477be1d7af557479f55cf6b09838450a8fa (commit)
      from  64193c8218540499984cd63cda41f3cd491f3f59 (commit)


- Log -----------------------------------------------------------------
commit 52464477be1d7af557479f55cf6b09838450a8fa
Author: Andy Polyakov <appro at openssl.org>
Date:   Tue Feb 9 11:53:11 2016 +0100

    ms/uplink-x86.pl: make it work.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (cherry picked from commit 740b2b9a6cf31b02916a4d18f868e8a95934c083)

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

Summary of changes:
 ms/uplink-x86.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ms/uplink-x86.pl b/ms/uplink-x86.pl
index 0dffc14..53b998d 100755
--- a/ms/uplink-x86.pl
+++ b/ms/uplink-x86.pl
@@ -14,11 +14,11 @@ require "uplink-common.pl";
 for ($i=1;$i<=$N;$i++) {
 &function_begin_B("_\$lazy${i}");
 	&lea	("eax",&DWP(&label("OPENSSL_UplinkTable")));
-	&push	("eax");
 	&push	($i);
+	&push	("eax");
 	&call	(&label("OPENSSL_Uplink"));
-	&add	("esp",8);
 	&pop	("eax");
+	&add	("esp",4);
 	&jmp_ptr(&DWP(4*$i,"eax"));
 &function_end_B("_\$lazy${i}");
 }


More information about the openssl-commits mailing list