aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso
Commit message (Expand)AuthorAgeFilesLines
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte2002-05-291-1/+1
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-2/+0
* On VMS, the norm is still that symbols are uppercased, so for now it's betterRichard Levitte2001-11-161-0/+4
* perl util/mkerr.pl -recurse -write -rebuildRichard Levitte2001-11-151-1/+1
* libfisdef.h and LIB do not exist on older VMS versionsRichard Levitte2001-04-031-2/+2
* Fix error caused by typo (len->strlen) and warning caused by long<->intLutz Jänicke2001-03-221-5/+5
* On HP-UX 10, shareable libraries end with '.sl', not '.so'.Richard Levitte2001-03-141-3/+8
* Fix from main trunk, 2000-10-22 14:47 levitte:Richard Levitte2000-10-271-2/+2
* Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte2000-10-111-1/+2
* Unless we cast, thorough compilers will complainRichard Levitte2000-09-181-1/+1
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-2/+2
* Make sure Compaq C doesn'r complain about dollars, and go around theRichard Levitte2000-09-171-10/+17
* Make sure dso_vms.c compiles on other operating systems as well.Richard Levitte2000-09-152-2/+11
* A DSO method for VMS was missing, and I had the code lying around...Richard Levitte2000-09-154-0/+377
* Add a flag for OpenVMS.Richard Levitte2000-09-151-0/+6
* 'make update'Richard Levitte2000-09-071-6/+10
* Steve fixed up some strange errors introduced into dso_win32.c, and I'mGeoff Thorpe2000-06-231-3/+3
* * This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe2000-06-211-2/+22
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-3/+3
* Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe2000-06-168-111/+258
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-12/+19
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-012-10/+10
* another warning.Geoff Thorpe2000-05-291-1/+1
* oops.Geoff Thorpe2000-05-291-2/+2
* Add missing #include.Bodo Möller2000-05-011-0/+1
* This case in the "dso_unload" handlers should not be reported as an error -Geoff Thorpe2000-04-253-12/+3
* This change facilitates name translation for shared libraries. TheGeoff Thorpe2000-04-197-28/+228
* Ignore lib and Makefile.save.Bodo Möller2000-04-141-0/+2
* "make update"Richard Levitte2000-04-091-0/+6
* Constification, and a silly mistake in the comments.Geoff Thorpe2000-04-065-20/+20
* This helps make the DSO stuff more portable;Geoff Thorpe2000-04-061-0/+2
* This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe2000-04-0410-0/+1409