openssl/crypto/objects
Geoff Thorpe d0fa136ce2 Next step in tidying up the LHASH code.
DECLARE/IMPLEMENT macros now exist to create type (and prototype) safe
wrapper functions that avoid the use of function pointer casting yet retain
type-safety for type-specific callbacks. However, most of the usage within
OpenSSL itself doesn't really require the extra function because the hash
and compare callbacks are internal functions declared only for use by the
hash table. So this change catches all those cases and reimplements the
functions using the base-level LHASH prototypes and does per-variable
casting inside those functions to convert to the appropriate item type.

The exception so far is in ssl_lib.c where the hash and compare callbacks
are not static - they're exposed in ssl.h so their prototypes should not be
changed. In this last case, the IMPLEMENT_LHASH_*** macros have been left
intact.
2000-12-08 20:02:01 +00:00
..
.cvsignore Generate obj_dat.h in "make update". 1999-09-29 21:03:02 +00:00
Makefile.ssl Minor corrections (HPUX). 2000-11-03 16:35:31 +00:00
o_names.c Next step in tidying up the LHASH code. 2000-12-08 20:02:01 +00:00
obj_dat.c Next step in tidying up the LHASH code. 2000-12-08 20:02:01 +00:00
obj_dat.h The experimental Rijndael code moved to the main trunk. 2000-10-14 20:09:54 +00:00
obj_dat.pl Fix for bad sorting of object names. 2000-08-06 18:43:32 +00:00
obj_err.c Preserve reason strings in automatically build tables. 2000-03-05 00:19:36 +00:00
obj_lib.c There have been a number of complaints from a number of sources that names 2000-06-01 22:19:21 +00:00
obj_mac.h The experimental Rijndael code moved to the main trunk. 2000-10-14 20:09:54 +00:00
obj_mac.num The experimental Rijndael code moved to the main trunk. 2000-10-14 20:09:54 +00:00
objects.h Better handling of EVP names, add EVP to speed. 2000-11-20 04:14:19 +00:00
objects.pl Corrected small bug that could add ',L' when it shouldn't 2000-07-08 07:56:12 +00:00
objects.README I got sick and tired of having to keep track of NIDs when such a thing 2000-07-05 02:45:36 +00:00
objects.txt The experimental Rijndael code moved to the main trunk. 2000-10-14 20:09:54 +00:00