aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_openssl.c
Commit message (Collapse)AuthorAgeFilesLines
* RT3548: Remove some obsolete platformsRich Salz2014-12-171-2/+0
| | | | | | This commit removes BEOS. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add BeOS support.Ulf Möller2006-04-111-0/+2
| | | | | | PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
* A DSO method for VMS was missing, and I had the code lying around...Richard Levitte2000-09-151-0/+2
|
* This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe2000-04-041-0/+79
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.