Deleted Added
full compact
INSTALL (79998) INSTALL (100928)
1
2 INSTALLATION ON THE UNIX PLATFORM
3 ---------------------------------
4
5 [Installation on Windows, OpenVMS and MacOS (before MacOS X) is described
6 in INSTALL.W32, INSTALL.VMS and INSTALL.MacOS.]
7
8 To install OpenSSL, you will need:

--- 255 unchanged lines hidden (view full) ---

264 case, obviously, is not to include support for multi-threading (but
265 you can still use "no-threads" to suppress an annoying warning message
266 from the Configure script.)
267
268
269 Note on shared libraries
270 ------------------------
271
1
2 INSTALLATION ON THE UNIX PLATFORM
3 ---------------------------------
4
5 [Installation on Windows, OpenVMS and MacOS (before MacOS X) is described
6 in INSTALL.W32, INSTALL.VMS and INSTALL.MacOS.]
7
8 To install OpenSSL, you will need:

--- 255 unchanged lines hidden (view full) ---

264 case, obviously, is not to include support for multi-threading (but
265 you can still use "no-threads" to suppress an annoying warning message
266 from the Configure script.)
267
268
269 Note on shared libraries
270 ------------------------
271
272 Shared library is currently an experimental feature. The only reason to
273 have them would be to conserve memory on systems where several program
274 are using OpenSSL. Binary backward compatibility can't be guaranteed
275 before OpenSSL version 1.0.
276
272 For some systems, the OpenSSL Configure script knows what is needed to
273 build shared libraries for libcrypto and libssl. On these systems,
274 the shared libraries are currently not created by default, but giving
275 the option "shared" will get them created. This method supports Makefile
276 targets for shared library creation, like linux-shared. Those targets
277 can currently be used on their own just as well, but this is expected
278 to change in future versions of OpenSSL.
277 For some systems, the OpenSSL Configure script knows what is needed to
278 build shared libraries for libcrypto and libssl. On these systems,
279 the shared libraries are currently not created by default, but giving
280 the option "shared" will get them created. This method supports Makefile
281 targets for shared library creation, like linux-shared. Those targets
282 can currently be used on their own just as well, but this is expected
283 to change in future versions of OpenSSL.