bn_mul_recursive doesn't handle all cases correctly, which results in
[oweals/openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index ebb36978a2ae8db2b13e4fc7e90ec19dffbbefb1..83439f1aa4f6195ff1841fe80c6eee9b3606006c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
  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,