summaryrefslogtreecommitdiffstats
path: root/crypto/dso
AgeCommit message (Expand)Author
2002-05-29Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.Richard Levitte
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-11-16On VMS, the norm is still that symbols are uppercased, so for now it's betterRichard Levitte
2001-11-15perl util/mkerr.pl -recurse -write -rebuildRichard Levitte
2001-04-03libfisdef.h and LIB do not exist on older VMS versionsRichard Levitte
2001-03-22Fix error caused by typo (len->strlen) and warning caused by long<->intLutz Jänicke
2001-03-14On HP-UX 10, shareable libraries end with '.sl', not '.so'.Richard Levitte
2000-10-27Fix from main trunk, 2000-10-22 14:47 levitte:Richard Levitte
2000-10-11Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte
2000-09-18Unless we cast, thorough compilers will complainRichard Levitte
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-17Make sure Compaq C doesn'r complain about dollars, and go around theRichard Levitte
2000-09-15Make sure dso_vms.c compiles on other operating systems as well.Richard Levitte
2000-09-15A DSO method for VMS was missing, and I had the code lying around...Richard Levitte
2000-09-15Add a flag for OpenVMS.Richard Levitte
2000-09-07'make update'Richard Levitte
2000-06-23Steve fixed up some strange errors introduced into dso_win32.c, and I'mGeoff Thorpe
2000-06-21* This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-16Currently the DSO_METHOD interface has one entry point to bind allGeoff Thorpe
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-29another warning.Geoff Thorpe
2000-05-29oops.Geoff Thorpe
2000-05-01Add missing #include.Bodo Möller
2000-04-25This case in the "dso_unload" handlers should not be reported as an error -Geoff Thorpe
2000-04-19This change facilitates name translation for shared libraries. TheGeoff Thorpe
2000-04-14Ignore lib and Makefile.save.Bodo Möller
2000-04-09"make update"Richard Levitte
2000-04-06Constification, and a silly mistake in the comments.Geoff Thorpe
2000-04-06This helps make the DSO stuff more portable;Geoff Thorpe
2000-04-04This is a set of startup code for the DSO support, it's not yet linked intoGeoff Thorpe