pcs         97/08/15 01:29:16

  Modified:    src/support htdigest.c
  Log:
  Fix relative include pathname after source re-org
  
  Revision  Changes    Path
  1.8       +1 -1      apachen/src/support/htdigest.c
  
  Index: htdigest.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/support/htdigest.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- htdigest.c        1997/02/04 23:54:27     1.7
  +++ htdigest.c        1997/08/15 08:29:14     1.8
  @@ -17,7 +17,7 @@
   #include <unistd.h>
   
   /* This is probably the easiest way to do it */
  -#include "../src/md5c.c"
  +#include "../core/md5c.c"
   
   #define LF 10
   #define CR 13
  
  
  

Reply via email to