Deprecate CONF_modules_free() and make it a no-op
[openssl.git] / README
diff --git a/README b/README
index ddfab7667c8f551b574ba11a5f380e5d35cb8bb4..3ad8af2eb39e6f5a31121ca918e8e7c19f7c9e71 100644 (file)
--- a/README
+++ b/README
 
  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.
 
  ------------
 
  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