Rework the system to generate shared libraries:
authorRichard Levitte <levitte@openssl.org>
Fri, 13 Oct 2000 15:25:06 +0000 (15:25 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 13 Oct 2000 15:25:06 +0000 (15:25 +0000)
commita22fb399cb7126d34134997db5536f0da67afcd2
treebbccc9ccbde1d840cdafd7c36ab3858eb42ead89
parent8df8f2751378a9d9c5c962aa5363b0d3ba871454
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.
CHANGES
Configure
Makefile.org
TABLE