summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-08 10:17:20 +0100
committerRichard Levitte <richard@levitte.org>2016-11-08 12:28:32 +0100
commitcafe1c7abebad0897fef8710ba3db4dc5b4402d2 (patch)
treee0fef36653fda8023852671aa0518f776786aabc
parent6fa4d63dbf26c7ec57407edd7987d8036e0a5ee5 (diff)
INSTALL: small typo
libssl, not libddl. Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1871) (cherry picked from commit b77b6127e8de38726f37697bbbc736ced7b49771)
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index c35a7c9309..d549f7bd5f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -922,7 +922,7 @@
and libssl-1_1-x64.dll for 64-bit x86_64 Windows, and libcrypto-1_1-ia64.dll
and libssl-1_1-ia64.dll for IA64 Windows. With MSVC, the import libraries
are named libcrypto.lib and libssl.lib, while with MingW, they are named
- libcrypto.dll.a and libddl.dll.a.
+ libcrypto.dll.a and libssl.dll.a.
On VMS, shareable images (VMS speak for shared libraries) are named
ossl$libcrypto0101_shr.exe and ossl$libssl0101_shr.exe. However, when