pcs 97/08/23 05:11:25
Modified: src/support htdigest.c Log: Fix include path after core to main rename Revision Changes Path 1.9 +1 -1 apachen/src/support/htdigest.c Index: htdigest.c =================================================================== RCS file: /export/home/cvs/apachen/src/support/htdigest.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- htdigest.c 1997/08/15 08:29:14 1.8 +++ htdigest.c 1997/08/23 12:11:24 1.9 @@ -17,7 +17,7 @@ #include <unistd.h> /* This is probably the easiest way to do it */ -#include "../core/md5c.c" +#include "../main/md5c.c" #define LF 10 #define CR 13