summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2006-11-21 20:51:47 +0000
committerUlf Möller <ulf@openssl.org>2006-11-21 20:51:47 +0000
commitaf32387b3f3280a4d6792b6c432bec006ba802a9 (patch)
tree1e65a0b1ad0176f4c84db93cfbfe02d24466775a /INSTALL
parent115fc340cb509f2c8def38561088b1c430591d3c (diff)
wording, as in head
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index ebb36978a2..83439f1aa4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -302,10 +302,10 @@
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.
+ Shared libraries have certain caveats. Binary backward compatibility
+ can't be guaranteed before OpenSSL version 1.0. The only reason to
+ use them would be to conserve memory on systems where several programs
+ are using OpenSSL.
For some systems, the OpenSSL Configure script knows what is needed to
build shared libraries for libcrypto and libssl. On these systems,