aboutsummaryrefslogtreecommitdiff
path: root/crypto/lhash
AgeCommit message (Expand)AuthorFilesLines
2008-06-04More type-checking.Ben Laurie1-17/+0
2008-05-27Avoid warning about empty structures and always define CHECKED_PTR_OFDr. Stephen Henson1-1/+1
2008-05-26C++ style comments fixed.Dr. Stephen Henson1-2/+2
2008-05-26LHASH revamp. make depend.Ben Laurie3-69/+129
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-07-09New functions to enumerate digests and ciphers.Dr. Stephen Henson1-0/+3
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-4/+13
2005-05-16make updateBodo Möller1-12/+2
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-04-05some const fixes and cleanupNils Larsch1-7/+7
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-1/+1
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe1-2/+2
2004-04-19make updateGeoff Thorpe1-3/+3
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-10-29Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe2-9/+9
2003-03-20Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte1-0/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-56/+30
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-03-21Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.Lutz Jänicke1-1/+0
2002-03-05disable '#ifdef DEBUG' codeBodo Möller1-2/+2
2001-07-31make updateRichard Levitte1-2/+2
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-2/+2
2001-07-08Correct const-ness.Ben Laurie2-6/+6
2001-03-09Instead of telling both 'make' and the user that ranlibBodo Möller1-2/+1
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-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 Levitte4-15/+17
2001-01-09oops, void functions shouldn't try and return a value. Strangely, gccGeoff Thorpe1-2/+2
2001-01-09This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe2-14/+35
2000-12-20Don't access non-existing element buf[256], use buf[255] instead.Bodo Möller1-1/+1
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte2-25/+25
2000-12-04ANSI C doesn't allow trailing semi-colons after a function's closing braceGeoff Thorpe1-6/+3
2000-12-02Next step in tidying up the LHASH code. This commit defines DECLARE andGeoff Thorpe1-0/+29
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2-13/+25
2000-11-07Constification of LHASH. Contributed by "Paul D. Smith" <psmith@gnu.org>Richard Levitte3-14/+14
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-07'make update'Richard Levitte1-1/+3
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe1-3/+3
2000-06-09Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2-2/+9
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte2-11/+11
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte1-4/+4
2000-03-18Eliminate memory leaks in mem_dbg.c.Bodo Möller2-15/+5
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