aboutsummaryrefslogtreecommitdiff
path: root/crypto/lhash
AgeCommit message (Expand)AuthorFilesLines
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
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2-23/+19
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson1-3/+4
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-2/+3
1999-05-20Add a kludge :-(Bodo Möller1-3/+2
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-4/+4
1999-05-15Update dependencies.Bodo Möller1-2/+2
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller1-2/+4
1999-04-29Ignore Makefile.saveUlf Möller1-0/+1
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller1-3/+3
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1-3/+3
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-1/+1
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller2-32/+0
1999-04-25Removed traces of cryptall.h, and did a "make depend".Bodo Möller1-0/+1
1999-04-24Fix header files so that any one can be included first.Bodo Möller1-0/+4
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1-2/+0
1999-04-23"make depend"Bodo Möller1-4/+7
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller4-7/+7
1999-04-19Change functions to ANSI C.Ulf Möller2-58/+20
1999-04-17Massive constification.Ben Laurie2-3/+3
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1-3/+3
1999-03-22Fix security hole.Ben Laurie2-4/+4
1999-03-06Put the dependencies back.Ben Laurie1-0/+5