aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bf_null.c
Commit message (Collapse)AuthorAgeFilesLines
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-2/+4
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-1/+0
|
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-2/+2
| | | | | | | | | | | | | | | | | This is mostly a work around for the old VC++ problem that it treats func() as func(void). Various prototypes had been added to 'compare' function pointers that triggered this. This could be fixed by removing the prototype, adding function pointer casts to every call or changing the passed function to use the expected arguments. I mostly did the latter. The mkdef.pl script was modified to remove the typesafe functions which no longer exist. Oh and some functions called OPENSSL_freeLibrary() were changed back to FreeLibrary(), wonder how that happened :-)
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-9/+9
|
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+16
| | | | | | | | | | designed for that. This removes the potential error to mix data and function pointers. Please note that I'm a little unsure how incorrect calls to the old ctrl functions should be handled, in som cases. I currently return 0 and that's it, but it may be more correct to generate a genuine error in those cases.
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-11/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-25/+8
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+4
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+194