summaryrefslogtreecommitdiff
path: root/crypto/lhash
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-224-662/+641
* Further comment changes for reformatMatt Caswell2015-01-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+2
* make updateDr. Stephen Henson2014-01-061-5/+10
* make updateDr. Stephen Henson2013-12-081-10/+5
* Revert lhash patch for PR#2124Dr. Stephen Henson2009-12-091-29/+4
* PR: 2124Dr. Stephen Henson2009-12-091-4/+29
* Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson2009-07-271-2/+2
* More type-checking.Ben Laurie2008-06-041-17/+0
* Avoid warning about empty structures and always define CHECKED_PTR_OFDr. Stephen Henson2008-05-271-1/+1
* C++ style comments fixed.Dr. Stephen Henson2008-05-261-2/+2
* LHASH revamp. make depend.Ben Laurie2008-05-263-69/+129
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* New functions to enumerate digests and ciphers.Dr. Stephen Henson2006-07-091-0/+3
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-4/+13
* make updateBodo Möller2005-05-161-12/+2
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* some const fixes and cleanupNils Larsch2005-04-051-7/+7
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-2/+2
* make updateGeoff Thorpe2004-04-191-3/+3
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Relax some over-zealous constification that gave some lhash-based code noGeoff Thorpe2003-10-292-9/+9
* Make sure we get the definition of OPENSSL_NO_FP_API.Richard Levitte2003-03-201-0/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-56/+30
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Remove superflous (and buggy) statement <justin.fletcher@ntlworld.com>.Lutz Jänicke2002-03-211-1/+0
* disable '#ifdef DEBUG' codeBodo Möller2002-03-051-2/+2
* make updateRichard Levitte2001-07-311-2/+2
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-2/+2
* Correct const-ness.Ben Laurie2001-07-082-6/+6
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-2/+2
* Use 0 instead of NULL, at least for function casts, since there areRichard Levitte2001-02-201-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-194-15/+17
* oops, void functions shouldn't try and return a value. Strangely, gccGeoff Thorpe2001-01-091-2/+2
* This adds macros to implement (and/or declare) type-safe wrapper functionsGeoff Thorpe2001-01-092-14/+35
* Don't access non-existing element buf[256], use buf[255] instead.Bodo Möller2000-12-201-1/+1
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-132-25/+25
* ANSI C doesn't allow trailing semi-colons after a function's closing braceGeoff Thorpe2000-12-041-6/+3
* Next step in tidying up the LHASH code. This commit defines DECLARE andGeoff Thorpe2000-12-021-0/+29
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-012-13/+25
* Constification of LHASH. Contributed by "Paul D. Smith" <psmith@gnu.org>Richard Levitte2000-11-073-14/+14
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* 'make update'Richard Levitte2000-09-071-1/+3