Use krb5_realm.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1894 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-06-10 14:55:59 +00:00
parent 2bad322967
commit 0031c6c542

View File

@@ -126,11 +126,13 @@ typedef struct krb5_ccache_data *krb5_ccache;
typedef struct krb5_context_data *krb5_context;
#ifdef USE_ASN1_PRINCIPAL
typedef Realm krb5_realm;
typedef Principal krb5_principal_data;
#else
typedef krb5_data krb5_realm;
typedef struct krb5_principal_data{
int type;
krb5_data realm;
krb5_realm realm;
krb5_data *comp;
int ncomp;
}krb5_principal_data;
@@ -202,8 +204,6 @@ enum{
KRB5_NT_UID = 5
};
typedef Realm krb5_realm;
typedef struct krb5_ticket {
#if 0