diff options
| author | Bill Sommerfeld <wesommer@mit.edu> | 1990-01-16 20:59:29 +0000 |
|---|---|---|
| committer | Bill Sommerfeld <wesommer@mit.edu> | 1990-01-16 20:59:29 +0000 |
| commit | e2c47b65e0e6d825d3997f041d53b457bad1068b (patch) | |
| tree | 3877a2ca66041444fbecf1d7640e7dfad5e42b46 /src/include | |
| parent | c2a07e544db192768c403dd653c042aae27ba244 (diff) | |
fix for ANSIfication:
<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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/krb5.h | 7 |
1 files 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 <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 |
