<krb5/encryption.h> depends on using krb5_principal as the type of one of
the operations of the encryption object.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@93
dc483132-0cff-0310-8789-
dd5450dbe970
#include <krb5/base-defs.h>
#include <krb5/hostaddr.h>
+
+typedef krb5_data ** krb5_principal; /* array of strings */
+ /* CONVENTION: realm is first elem. */
+
#include <krb5/encryption.h>
#include <krb5/fieldbits.h>
#include <krb5/errors.h>
#include <krb5/proto.h>
#include <krb5/tcache.h>
-typedef krb5_data ** krb5_principal; /* array of strings */
- /* CONVENTION: realm is first elem. */
-
/* Time set */
typedef struct _krb5_ticket_times {
krb5_timestamp authtime; /* XXX ? should ktime in KDC_REP == authtime