summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-17 21:13:23 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-17 22:48:13 +0100
commitf33d63c9d0e6751a2f440db10203c439d3d27107 (patch)
tree28682754bb55f5f01e03dbaf4e674639b7285aa6 /README
parent1f2e1cd5e803c9f69be66b61c9dd2b7feebeb6b4 (diff)
downloadopenssl-new-f33d63c9d0e6751a2f440db10203c439d3d27107.tar.gz
README: small fixups
Don't refer to INSTALL files that don't exist any more. Make it clear that the libssl and libcrypto libraries may be named differently on different platforms. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index ddfab7667c..3ad8af2eb3 100644
--- a/README
+++ b/README
@@ -27,10 +27,10 @@
The OpenSSL toolkit includes:
- libssl.a:
+ libssl (with platform specific naming):
Provides the client and server-side implementations for SSLv3 and TLS.
- libcrypto.a:
+ libcrypto (with platform specific naming):
Provides general cryptographic and X.509 support needed by SSL/TLS but
not logically part of it.
@@ -48,10 +48,8 @@
------------
See the appropriate file:
- INSTALL Linux, Unix, etc.
+ INSTALL Linux, Unix, Windows, OpenVMS
INSTALL.DJGPP DOS platform with DJGPP
- INSTALL.VMS VMS
- INSTALL.WIN Windows
INSTALL.WCE Windows CE
SUPPORT