coar 99/01/12 14:34:57
Modified: src/support Makefile.tmpl htdigest.c
Log:
An item missed when main/md5c.c moved to ap/ap_md5c.c.
Submitted by: Ryan Bloom <[EMAIL PROTECTED]>
Reviewed by: Ken Coar
Revision Changes Path
1.28 +1 -1 apache-1.3/src/support/Makefile.tmpl
Index: Makefile.tmpl
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/Makefile.tmpl,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Makefile.tmpl 1998/12/02 00:00:19 1.27
+++ Makefile.tmpl 1999/01/12 22:34:56 1.28
@@ -68,7 +68,7 @@
$(OSDIR)/os.h $(INCDIR)/ap_ctype.h $(INCDIR)/hsregex.h
htdigest.o: htdigest.c $(INCDIR)/ap_config.h \
$(INCDIR)/ap_config_auto.h $(OSDIR)/os.h $(INCDIR)/ap_ctype.h \
- $(INCDIR)/hsregex.h ../main/md5c.c $(INCDIR)/ap_md5.h
+ $(INCDIR)/hsregex.h $(INCDIR)/ap_md5.h
htpasswd.o: htpasswd.c $(INCDIR)/ap_config.h \
$(INCDIR)/ap_config_auto.h $(OSDIR)/os.h $(INCDIR)/ap_ctype.h \
$(INCDIR)/hsregex.h
1.20 +1 -3 apache-1.3/src/support/htdigest.c
Index: htdigest.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/htdigest.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- htdigest.c 1998/08/03 09:15:32 1.19
+++ htdigest.c 1999/01/12 22:34:57 1.20
@@ -17,9 +17,7 @@
#else
#include <sys/signal.h>
#endif
-
-/* This is probably the easiest way to do it */
-#include "../main/md5c.c"
+#include "ap_md5.h"
#define LF 10
#define CR 13