summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorappro <appro>2005-05-18 08:16:43 +0000
committerappro <appro>2005-05-18 08:16:43 +0000
commitc6598401bac0bdd6b1803f6ea1b52288f0a0d507 (patch)
tree3f8244c29d25b8df7135df3ffbfe519e823d5734 /ms
parentc26ec7c074484467224f2b2540ad850ffd3638cb (diff)
downloadopenssl-c6598401bac0bdd6b1803f6ea1b52288f0a0d507.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 cd9d37f56..5dacc4f1a 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)