* md5.c, md5crypto.c, md5glue.c, t_mddriver.c: Replace <.../...>
includes with "..."s.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4850
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Jan 25 20:11:30 1995 John Gilmore (gnu at toad.com)
+
+ * Makefile.in (CFLAGS): Use -I../des to pull in include file.
+ * md5.c, md5crypto.c, md5glue.c, t_mddriver.c: Replace <.../...>
+ includes with "..."s.
+
Fri Oct 14 00:22:19 1994 Theodore Y. Ts'o (tytso@dcl)
* t_mddriver.c (MDString, MDTestSuite): Cast char pointer to the
-CFLAGS = $(CCOPTS) $(DEFS)
+CFLAGS = $(CCOPTS) $(DEFS) -I../des
LDFLAGS = -g
all:: $(OBJS) t_mddriver
***********************************************************************
*/
-#include <krb5/krb5.h>
+#include "k5-int.h"
#include <krb5/rsa-md5.h>
#ifdef __STDC__
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
#include <krb5/rsa-md5.h>
-
-#include "../des/des_int.h" /* we cheat a bit and call it directly... */
+#include "des_int.h" /* we cheat a bit and call it directly... */
static krb5_error_code
md5_crypto_sum_func(in, in_length, seed, seed_length, outcksum)
-#include <krb5/krb5.h>
-#include <krb5/ext-proto.h>
+#include "k5-int.h"
#include <krb5/rsa-md5.h>
static krb5_error_code
#define MD 5
#endif
-#include <stdio.h>
-#include <time.h>
-#include <string.h>
-#include <krb5/krb5.h>
+#include "k5-int.h"
+
#if MD == 2
#include "md2.h"
#endif
#if MD == 4
-#include <krb5/rsa-md4.h>
+#include "rsa-md4.h"
#endif
#if MD == 5
#include <krb5/rsa-md5.h>