This commit ties the new DSO code (crypto/dso/) into the build for a
authorGeoff Thorpe <geoff@openssl.org>
Tue, 4 Apr 2000 22:32:19 +0000 (22:32 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 4 Apr 2000 22:32:19 +0000 (22:32 +0000)
commit9ec0126ed2b943acf844de90fce5871b6a57960f
tree81b9ab6e362f3dcc830456de2d100e3b7bb61587
parent8f4fac7f965b4604bc71be4bd486a8641c0504ab
This commit ties the new DSO code (crypto/dso/) into the build for a
variety of platforms. A few are missing, and they will be added in
eventually, but as this is new stuff, it was better to not break lots of
platforms in one go that we can't easily test. The changes to "Configure"
should illustrate how to add support to other systems if you feel like
having a go.

NB: I'll add something shortly to allow you to add "dlfcn.h" support on
those platforms that don't have (or need) a dlfcn.h header file. (The
symbol for Configure will probably by "dlfcn_no_h").

Thanks to Richard Levitte, who is responsible for the dso_dl.c support,
understanding the trickier aspects of the build process, and giving great
feedback on everything else.

[Don't use this stuff if you're easily offended by changes to the
interface or behaviour - it's still work in progress.]

PR:
14 files changed:
Configure
Makefile.org
crypto/Makefile.ssl
crypto/cryptlib.c
crypto/crypto-lib.com
crypto/crypto.h
crypto/err/Makefile.ssl
crypto/err/err.c
crypto/err/err.h
crypto/err/err_all.c
crypto/err/openssl.ec
util/libeay.num
util/mkdef.pl
util/mkfiles.pl