aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lhash
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-3/+3
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-092-2/+9
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-012-11/+11
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* Eliminate memory leaks in mem_dbg.c.Bodo Möller2000-03-182-15/+5
* Generate correct error reasons strings for SYSerr.Bodo Möller2000-03-041-1/+1
* ispell (and minor modifications)Ulf Möller2000-02-031-2/+2
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-4/+4
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-302-23/+19
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-231-3/+4
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-2/+3
* Add a kludge :-(Bodo Möller1999-05-201-3/+2
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-4/+4
* Update dependencies.Bodo Möller1999-05-151-2/+2
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-262-32/+0
* Removed traces of cryptall.h, and did a "make depend".Bodo Möller1999-04-251-0/+1
* Fix header files so that any one can be included first.Bodo Möller1999-04-241-0/+4
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-2/+0
* "make depend"Bodo Möller1999-04-231-4/+7
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-234-7/+7
* Change functions to ANSI C.Ulf Möller1999-04-192-58/+20
* Massive constification.Ben Laurie1999-04-172-3/+3
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-3/+3
* Fix security hole.Ben Laurie1999-03-222-4/+4
* Put the dependencies back.Ben Laurie1999-03-061-0/+5
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-11/+5
* This time, get it right.Ben Laurie1999-01-191-1/+2
* Finally lay dependencies to rest (I hope!).Ben Laurie1999-01-191-1/+5
* Oops. Missing NULL frees.Ben Laurie1999-01-171-0/+3