[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Thu Mar 17 21:48:50 UTC 2016


The branch master has been updated
       via  f33d63c9d0e6751a2f440db10203c439d3d27107 (commit)
      from  1f2e1cd5e803c9f69be66b61c9dd2b7feebeb6b4 (commit)


- Log -----------------------------------------------------------------
commit f33d63c9d0e6751a2f440db10203c439d3d27107
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Mar 17 21:13:23 2016 +0100

    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 at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 README | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/README b/README
index ddfab76..3ad8af2 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


More information about the openssl-commits mailing list