commit | a22fb399cb7126d34134997db5536f0da67afcd2 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Fri Oct 13 15:25:06 2000 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Fri Oct 13 15:25:06 2000 +0000 |
tree | bbccc9ccbde1d840cdafd7c36ab3858eb42ead89 | |
parent | 8df8f2751378a9d9c5c962aa5363b0d3ba871454 [diff] |
Rework the system to generate shared libraries: - Make note of the expected extension for the shared libraries and if there is a need for symbolic links from for example libcrypto.so.0 to libcrypto.so.0.9.7. There is extended info in Configure for that. - Make as few rebuilds of the shared libraries as possible. - Still avoid linking the OpenSSL programs with the shared libraries. - When installing, install the shared libraries separately from the static ones.