aboutsummaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-05-08 10:40:38 +0000
committerUlf Möller <ulf@openssl.org>1999-05-08 10:40:38 +0000
commit2126f5e04de52bca72d5645c100f457132a1ca29 (patch)
treec77b7bf2410dd315eb049ccd104a703397202aac /ms
parent33f7bc9683bb9ef5e2243be3bc1dc845a07ccf76 (diff)
downloadopenssl-2126f5e04de52bca72d5645c100f457132a1ca29.tar.gz
The libssl32.dll definition file is called ssleay32.def. (why?)
Diffstat (limited to 'ms')
-rw-r--r--ms/mw.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/mw.bat b/ms/mw.bat
index 1f4372c81a..9cab3efb02 100644
--- a/ms/mw.bat
+++ b/ms/mw.bat
@@ -25,7 +25,7 @@ if errorlevel 1 goto end
@rem Generate the DLLs and input libraries
dllwrap --dllname libeay32.dll --output-lib out/libeay32.a --def ms/libeay32.def out/libcrypto.a -lwsock32 -lgdi32
if errorlevel 1 goto end
-dllwrap --dllname libssl32.dll --output-lib out/libssl32.a --def ms/libssl32.def out/libssl.a out/libeay32.a
+dllwrap --dllname libssl32.dll --output-lib out/libssl32.a --def ms/ssleay32.def out/libssl.a out/libeay32.a
if errorlevel 1 goto end
echo Done compiling OpenSSL