diff options
author | ulf <ulf> | 1999-05-08 10:40:38 +0000 |
---|---|---|
committer | ulf <ulf> | 1999-05-08 10:40:38 +0000 |
commit | 93f51ad8d9c79cf99e45ab9cca67fbe8dc947f09 (patch) | |
tree | d89ab574b15be968061ddee1f94238013367b5c0 /ms | |
parent | 45b5d4d85b6f474d4abd4d4959cf1269116a551b (diff) | |
download | openssl-93f51ad8d9c79cf99e45ab9cca67fbe8dc947f09.tar.gz |
The libssl32.dll definition file is called ssleay32.def. (why?)
Diffstat (limited to 'ms')
-rw-r--r-- | ms/mw.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|