openssl/crypto/err
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 Ignore Makefile.save 1999-04-29 16:04:54 +00:00
err.c Next step in tidying up the LHASH code. 2000-12-08 20:02:01 +00:00
err.h The majority of the OCSP code from CertCo. 2000-10-27 11:05:35 +00:00
err_all.c Remove references to RSAref. The glue library is but a memory to fade 2000-11-08 17:51:37 +00:00
err_prn.c New function ERR_error_string_n. 2000-04-14 23:36:15 +00:00
Makefile.ssl in some new file names the first 8 characters were not unique 2000-11-12 22:32:18 +00:00
openssl.ec Remove references to RSAref. The glue library is but a memory to fade 2000-11-08 17:51:37 +00:00