+Thu Jul 27 15:26:27 EDT 1995 Paul Park (pjpark@mit.edu)
+ * Makefile.in - Add -I$(srcdir)/../../crypto/md5 to get rsa-md5.h.
+ * accept_sec_context.c - Include "rsa-md5.h" instead of <krb5/...>.
+ * gssapiP_krb5.h - Replace k5-specific includes with k5-int.h
+ * k5[un]seal.c - Include "rsa-md5.h" instead of <krb5/...>.
+
+
Fri Jul 7 16:23:17 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove LDFLAGS, it's set by configure.
-CFLAGS = $(CCOPTS) $(DEFS) -I. -I$(srcdir) -I../generic -I$(srcdir)/../generic
+CFLAGS = $(CCOPTS) $(DEFS) -I. -I$(srcdir) -I../generic -I$(srcdir)/../generic -I$(srcdir)/../../crypto/md5
##DOSBUILDTOP = ..\..\..
##DOSLIBNAME=..\gssapi.$(LIBEXT)
*/
#include "gssapiP_krb5.h"
-#include <krb5/rsa-md5.h>
+#include "rsa-md5.h"
#include <memory.h>
OM_uint32
#ifndef _GSSAPIP_KRB5_H_
#define _GSSAPIP_KRB5_H_
-#include "krb5.h"
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#ifdef TIME_WITH_SYS_TIME
-#include <time.h>
-#endif
-#else
-#include <time.h>
-#endif
-#include "los-proto.h"
+#include "k5-int.h"
#include <memory.h>
/* work around sunos braindamage */
*/
#include "gssapiP_krb5.h"
-#include <krb5/rsa-md5.h>
+#include "rsa-md5.h"
static krb5_error_code
make_seal_token(context, enc_ed, seq_ed, seqnum, direction, text, token,
#include "gssapiP_krb5.h"
#include <memory.h>
-#include <krb5/rsa-md5.h>
+#include "rsa-md5.h"
/* message_buffer is an input if SIGN, output if SEAL, and ignored if DEL_CTX
conf_state is only valid if SEAL.