summaryrefslogtreecommitdiff
path: root/src/md5.h
Commit message (Collapse)AuthorAgeFilesLines
* [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict ↵Stefan Bühler2011-04-241-5/+4
| | | | | | with the openssl one (fixes #2269) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2788 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix more warnings (unused var, pointer types in md5.c)Stefan Bühler2008-04-291-1/+1
| | | | | | | | | - Use const void* in instead of unsigned char* in MD5_Update (same as in the openssl api, to avoid signed/unsigned char* warnings) - Add const to some pointers in md5.c git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2165 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed md5 on 64bit platformsJan Kneschke2005-11-171-4/+14
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@856 152afb58-edef-0310-8abb-c4023f1b3aa9
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+37
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@30 152afb58-edef-0310-8abb-c4023f1b3aa9