Make an extra note about shared libraries and backward compatibility.
authorRichard Levitte <levitte@openssl.org>
Tue, 3 Jul 2001 01:43:11 +0000 (01:43 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 3 Jul 2001 01:43:11 +0000 (01:43 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 21bff884aafe8744a45429658dc6da27580a6a43..6634316cca93ae2b270a93ea5285ec9bdf77aa6f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
  Note on shared libraries
  ------------------------
 
  Note on shared libraries
  ------------------------
 
+ Shared library is currently an experimental feature.  The only reason to
+ have them would be to conserve memory on systems where several program
+ are using OpenSSL.  Binary backward compatibility can't be guaranteed
+ before OpenSSL version 1.0.
+
  For some systems, the OpenSSL Configure script knows what is needed to
  build shared libraries for libcrypto and libssl.  On these systems,
  the shared libraries are currently not created by default, but giving
  For some systems, the OpenSSL Configure script knows what is needed to
  build shared libraries for libcrypto and libssl.  On these systems,
  the shared libraries are currently not created by default, but giving