summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorlevitte <levitte>2001-07-03 01:43:11 +0000
committerlevitte <levitte>2001-07-03 01:43:11 +0000
commit73141e94bf337327d22e884303dee278d862f718 (patch)
tree5b56e79968a364a064bffb5536e6c75911b33f02 /INSTALL
parentc88c9f8e8b7fc75ac2648fa27ad70bef535a8745 (diff)
downloadopenssl-73141e94bf337327d22e884303dee278d862f718.tar.gz
Make an extra note about shared libraries and backward compatibility.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 21bff884a..6634316cc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -269,6 +269,11 @@
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