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