This is a set of startup code for the DSO support, it's not yet linked into
authorGeoff Thorpe <geoff@openssl.org>
Tue, 4 Apr 2000 21:57:11 +0000 (21:57 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 4 Apr 2000 21:57:11 +0000 (21:57 +0000)
commit8f4fac7f965b4604bc71be4bd486a8641c0504ab
tree9994f9cd3c12be7a390c1c7b11aad884e93cc8e0
parent02859fb74ac980303994dd46c28e0cd2211aba12
This is a set of startup code for the DSO support, it's not yet linked into
the build process (an upcoming commit no doubt), and is very much *new*
code - what that means is that it compiles ok - usually. It certainly
doesn't mean it runs well or even properly yet. Please don't muck round
with this unless you're looking to help out and hunt bugs. :-)

Currently this code doesn't have any support for controlling the "load"
behaviour (eg. paths, filename translations, etc). That'll be handled
using DSO_ctrl() and various flags, once we work out a sensible set of
flags.
crypto/dso/Makefile.ssl [new file with mode: 0644]
crypto/dso/README [new file with mode: 0644]
crypto/dso/dso.h [new file with mode: 0644]
crypto/dso/dso_dl.c [new file with mode: 0644]
crypto/dso/dso_dlfcn.c [new file with mode: 0644]
crypto/dso/dso_err.c [new file with mode: 0644]
crypto/dso/dso_lib.c [new file with mode: 0644]
crypto/dso/dso_null.c [new file with mode: 0644]
crypto/dso/dso_openssl.c [new file with mode: 0644]
crypto/dso/dso_win32.c [new file with mode: 0644]