* k5-int.h Moved #include "adm_defs.h" to krb5.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5096
dc483132-0cff-0310-8789-
dd5450dbe970
+
+Fri Mar 10 10:18:50 1995 Chris Provenzano (proven@mit.edu)
+
+ * krb5.h Added empty structure declaration of krb5_auth_context.
+
+ * k5-int.h Moved #include "adm_defs.h" to krb5.h
+
Thu Mar 2 23:24:00 1995 John Gilmore (gnu at toad.com)
Make include files begin to work on the Macintosh.
/* krb5/krb5.h includes many other krb5/*.h files too. The ones that it
doesn't include, we include below. */
-#include "adm_defs.h"
#include "asn1.h"
#include "copyright.h"
#include "dbm.h"
void * os_context;
} * krb5_context;
+struct _krb5_auth_context;
+typedef struct _krb5_auth_context krb5_auth_context;
+
#include "encryption.h"
#include "fieldbits.h"
#include "errors.h"
#define KRB5_RECVAUTH_SKIP_VERSION 0x0001
#define KRB5_RECVAUTH_BADAUTHVERS 0x0002
+#include "adm_defs.h"
+
#endif /* KRB5_GENERAL__ */