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.
Showing
crypto/dso/Makefile.ssl
0 → 100644
crypto/dso/README
0 → 100644
crypto/dso/dso.h
0 → 100644
crypto/dso/dso_dl.c
0 → 100644
crypto/dso/dso_dlfcn.c
0 → 100644
crypto/dso/dso_err.c
0 → 100644
crypto/dso/dso_lib.c
0 → 100644
crypto/dso/dso_null.c
0 → 100644
crypto/dso/dso_openssl.c
0 → 100644
crypto/dso/dso_win32.c
0 → 100644
想要评论请 注册 或 登录