summaryrefslogtreecommitdiffstats
path: root/cpukit/libmd/md5.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-31libmd: Change MD5Update() prototypeSebastian Huber1-1/+4
This is in line with the FreeBSD and OpenSSL prototypes. It helps to avoid superfluous compiler warnings.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-1/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2010-03-28Add HAVE_CONFIG_H support to let files receive configure defines.Ralf Corsepius1-0/+4
2008-08-25Stop using old-style function-definitions.Ralf Corsepius1-9/+9
2008-08-02Add missing prototypes.Ralf Corsepius1-4/+4
2007-06-12New (moved out from pppd).Ralf Corsepius1-0/+0
2005-10-26Misc. minor fixes.Ralf Corsepius1-1/+1
2002-08-142002-08-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+2
* rtems_servers/ftpd.c: Remove unused variable buf. * pppd/md5.c: #include <string.h> to make gcc31 happy. * rtems_telnetd/telnetd.c: #include <string.h> to make gcc31 happy. * rtems_webserver/webmain.c: Remove unused variable dir, cp.
1999-11-30Added port of ppp-2.3.5 from Tomasz Domin <dot@comarch.pl> of ComArch SA.Joel Sherrill1-0/+306
Tomasz only tested this on the mpc823. The official site for the original source for this PPP implementation is: ftp://cs.anu.edu.au/pub/software/ppp NOTE: As of 11/30/1999, the current version of this source is 2.3.10.