[openssl-commits] [openssl] master update
Andy Polyakov
appro at openssl.org
Wed Feb 10 11:54:09 UTC 2016
The branch master has been updated
via 740b2b9a6cf31b02916a4d18f868e8a95934c083 (commit)
from b44a964175c7b99ad0662c39227efc2928df1cd9 (commit)
- Log -----------------------------------------------------------------
commit 740b2b9a6cf31b02916a4d18f868e8a95934c083
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>
-----------------------------------------------------------------------
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