summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-18 08:16:46 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-18 08:16:46 +0000
commit51ff6bde38e51e5822233e59a703b27efd369410 (patch)
tree8bf9c6b7b04fb3794cad8fd599aa9511ce62a644 /ms
parent28e4fe34e49f2233fa7784ca5b7ba42839892d99 (diff)
downloadopenssl-new-51ff6bde38e51e5822233e59a703b27efd369410.tar.gz
Engage Applink in mingw. Note that application-side module is not
compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].
Diffstat (limited to 'ms')
-rwxr-xr-xms/uplink.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/uplink.pl b/ms/uplink.pl
index cd9d37f56f..5dacc4f1a1 100755
--- a/ms/uplink.pl
+++ b/ms/uplink.pl
@@ -44,7 +44,7 @@ print <<___;
.align 4
.Lazy$i:
pushl \$$i
- pushl _OPENSSL_UplinkTable
+ pushl \$_OPENSSL_UplinkTable
call _OPENSSL_Uplink
addl \$8,%esp
jmp *(_OPENSSL_UplinkTable+4*$i)