From e2c47b65e0e6d825d3997f041d53b457bad1068b Mon Sep 17 00:00:00 2001 From: Bill Sommerfeld Date: Tue, 16 Jan 1990 20:59:29 +0000 Subject: [PATCH] fix for ANSIfication: 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 --- src/include/krb5/krb5.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/include/krb5/krb5.h b/src/include/krb5/krb5.h index ca1f20b45..b663c9ad0 100644 --- a/src/include/krb5/krb5.h +++ b/src/include/krb5/krb5.h @@ -28,15 +28,16 @@ #include #include + +typedef krb5_data ** krb5_principal; /* array of strings */ + /* CONVENTION: realm is first elem. */ + #include #include #include #include #include -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 -- 2.26.2