typo
[openssl.git] / crypto / dso /
2000-09-18 Richard LevitteUnless we cast, thorough compilers will complain
2000-09-17 Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-17 Richard LevitteMake sure Compaq C doesn'r complain about dollars,...
2000-09-15 Richard LevitteMake sure dso_vms.c compiles on other operating systems...
2000-09-15 Richard LevitteA DSO method for VMS was missing, and I had the code...
2000-09-15 Richard LevitteAdd a flag for OpenVMS.
2000-09-07 Richard Levitte'make update'
2000-06-23 Geoff ThorpeSteve fixed up some strange errors introduced into...
2000-06-21 Geoff Thorpe* This adds some checking to the 'dlfcn' DSO_METHOD...
2000-06-21 Dr. Stephen HensonFixes for Win32 build.
2000-06-16 Geoff ThorpeCurrently the DSO_METHOD interface has one entry point...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-05-29 Geoff Thorpeanother warning.
2000-05-29 Geoff Thorpeoops.
2000-05-01 Bodo MöllerAdd missing #include.
2000-04-25 Geoff ThorpeThis case in the "dso_unload" handlers should not be...
2000-04-19 Geoff ThorpeThis change facilitates name translation for shared...
2000-04-14 Bodo MöllerIgnore lib and Makefile.save.
2000-04-09 Richard Levitte"make update"
2000-04-06 Geoff ThorpeConstification, and a silly mistake in the comments.
2000-04-06 Geoff ThorpeThis helps make the DSO stuff more portable;
2000-04-04 Geoff ThorpeThis is a set of startup code for the DSO support,...