Subject: md5 changes
To: None <current-users@netbsd.org>
From: eric richard haszlakiewicz <haszlaki@students.uiuc.edu>
List: current-users
Date: 05/01/1997 18:17:28
	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.

eric
haszlaki@uiuc.edu