aboutsummaryrefslogtreecommitdiffstats
path: root/md5.h
Commit message (Collapse)AuthorAgeFilesLines
* Further type fixes.Matthias Andree2010-03-181-34/+0
|
* Fix lots of warnings, most around string literals...Matthias Andree2010-03-181-1/+1
| | | | | | | ...that were converted to char* when they should have been converted to const char *. Use braces for empty if/else statements.
* merge Mirek's fetchmail-signed.patchMatthias Andree2006-03-141-3/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4734
* Fix a few compiler warnings through casts.Matthias Andree2006-01-111-1/+1
| | | | | | Make MD5Update argument const. svn path=/branches/BRANCH_6-3/; revision=4621
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-0/+2
| | | | svn path=/trunk/; revision=3901
* Fix various compiler warnings.Matthias Andree2004-06-181-0/+2
| | | | svn path=/trunk/; revision=3900
* Got rid of BSD-classic licenses.Eric S. Raymond2001-09-301-40/+29
| | | | svn path=/trunk/; revision=3504
* Licensing and copyright changes pursuant to Carl Harris handing me theEric S. Raymond1996-06-281-25/+0
| | | | | | baton. svn path=/trunk/; revision=16
* Initial revisionEric S. Raymond1996-06-281-0/+67
svn path=/trunk/; revision=14