aboutsummaryrefslogtreecommitdiff
path: root/crypto/lhash/lhash.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-1/+1
2003-10-29Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe1-1/+1
2001-07-08Correct const-ness.Ben Laurie1-2/+2
2001-02-20Use 0 instead of NULL, at least for function casts, since there areRichard Levitte1-2/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-3/+3
2001-01-09This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe1-14/+16
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte1-12/+12
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe1-8/+15
2000-11-07Constification of LHASH. Contributed by "Paul D. Smith" <psmith@gnu.org>Richard Levitte1-1/+1
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-10/+10
2000-03-18Eliminate memory leaks in mem_dbg.c.Bodo Möller1-15/+4
2000-03-04Generate correct error reasons strings for SYSerr.Bodo Möller1-1/+1
2000-02-03ispell (and minor modifications)Ulf Möller1-2/+2
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-4/+4
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-16/+12
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-11/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-31/+11
1999-04-17Massive constification.Ben Laurie1-2/+2
1999-03-22Fix security hole.Ben Laurie1-2/+2
1999-01-17Oops. Missing NULL frees.Ben Laurie1-0/+3
1998-12-31Fix version stuff:Ralf S. Engelschall1-1/+1
1998-12-23*** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall1-1/+1
1998-12-23Switch version string to SSLeay/OpenSSLRalf S. Engelschall1-1/+1
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-11/+26
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+2
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+489