Subject: Re: md5 changes
To: eric richard haszlakiewicz <haszlaki@students.uiuc.edu>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: current-users
Date: 05/01/1997 18:02:31
On Thu, 1 May 1997 18:17:28 -0500 (CDT) 
 eric richard haszlakiewicz <haszlaki@students.uiuc.edu> wrote:

 > 	hmm.. Seems that md5.h has gone away, along with MD5_CTX, which
 > is still used in src/lib/libc/md/md5c.c.  Solution: put it back?  
 > Need fix on prototype then too:
 > diff md5.h md5.h.old
 > 44c44
 > < char * MD5File(const char *, char *);
 > ---
 > > char * MD5File(char *, char *);
 > 
 >   seems to work.

...Make sure you "make includes" in src/sys ... the <md5.h> header
will then reappear (much like <syslog.h> does).

The new "const char *" is correct.  Make sure you remove the md4hl.c
and md5hl.c files from your src/lib/libc or src/lib/libc/obj* dirs.

Jason R. Thorpe                                       thorpej@nas.nasa.gov
NASA Ames Research Center                               Home: 408.866.1912
NAS: M/S 258-6                                          Work: 415.604.0935
Moffett Field, CA 94035                                Pager: 415.428.6939