summaryrefslogtreecommitdiffstats
path: root/INSTALL.WIN
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-03 12:42:01 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-05 09:02:33 +0100
commit6928b6171ada6d0de5a024a188dc7a68094d2dca (patch)
tree6b5e3cd2c2f61283473513c6fe7bc4b7f7f36a9c /INSTALL.WIN
parent65963bbe842e905a92f8b57d310a44928aa60797 (diff)
Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'INSTALL.WIN')
-rw-r--r--INSTALL.WIN4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.WIN b/INSTALL.WIN
index d57923886c..084388e7a6 100644
--- a/INSTALL.WIN
+++ b/INSTALL.WIN
@@ -80,7 +80,7 @@
By default in 1.1.0 OpenSSL will compile builtin ENGINES into separate shared
libraries. If you specify the "enable-static-engine" option on the command line
to Configure the shared library build (ms\ntdll.mak) will compile the engines
- into libeay32.dll instead.
+ into libcrypto32.dll instead.
You can also build a static version of the library using the Makefile
ms\nt.mak
@@ -160,7 +160,7 @@
possible targets include x86_64-w64-mingw32- and i686-w64-mingw32-.
libcrypto.a and libssl.a are the static libraries. To use the DLLs,
- link with libeay32.a and libssl32.a instead.
+ link with libcrypto32.a and libssl32.a instead.
Linking your application
------------------------