aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_dl.c
Commit message (Expand)AuthorAgeFilesLines
* Use one address consistently.Richard Levitte2001-07-051-1/+1
* This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filenameGeoff Thorpe2001-04-251-0/+3
* shl_load() also needs to load along a path given through anRichard Levitte2000-11-071-1/+1
* On HP-UX, at least when shl_* are used, the libraries have theRichard Levitte2000-10-261-7/+12
* For the operating systems where it matters, it is sometimes good toRichard Levitte2000-10-261-8/+15
* This changes the behaviour of the DSO mechanism for determining anGeoff Thorpe2000-10-261-17/+56
* Pointer error correctedRichard Levitte2000-10-221-2/+2
* None of the DSO_METHOD's were handling anything except generic messages.Geoff Thorpe2000-10-081-26/+2
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-161-16/+48
* This case in the "dso_unload" handlers should not be reported as an error -Geoff Thorpe2000-04-251-4/+1
* This change facilitates name translation for shared libraries. TheGeoff Thorpe2000-04-191-2/+42
* Constification, and a silly mistake in the comments.Geoff Thorpe2000-04-061-4/+4
* This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe2000-04-041-0/+182