diff options
author | Andy Polyakov <appro@openssl.org> | 2005-05-18 10:16:46 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-05-18 10:16:46 +0200 |
commit | 51ff6bde38e51e5822233e59a703b27efd369410 (patch) | |
tree | 8bf9c6b7b04fb3794cad8fd599aa9511ce62a644 /ms | |
parent | Version changes where needed. (diff) | |
download | openssl-51ff6bde38e51e5822233e59a703b27efd369410.tar.xz openssl-51ff6bde38e51e5822233e59a703b27efd369410.zip |
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-x | ms/uplink.pl | 2 |
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) |