[openssl-commits] [openssl] OpenSSL_1_0_0-stable update

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


The branch OpenSSL_1_0_0-stable has been updated
       via  27007233db5d6f8b91ed474c4e09dd7014871cc6 (commit)
      from  f93aad4a56a1580a109785c2c922fe6b8baf7df9 (commit)


- Log -----------------------------------------------------------------
commit 27007233db5d6f8b91ed474c4e09dd7014871cc6
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