Define a `krb_authenticator' as an ASN.1 Authenticator.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1912 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -208,14 +208,21 @@ typedef struct krb5_ticket {
|
||||
} enc_part2;
|
||||
} krb5_ticket;
|
||||
|
||||
#if 0
|
||||
|
||||
typedef struct krb5_authenticator_data{
|
||||
int vno;
|
||||
krb5_principal cname;
|
||||
int cusec;
|
||||
krb5_time ctime;
|
||||
int *seq_number;
|
||||
Checksum *cksum;
|
||||
} krb5_authenticator_data;
|
||||
|
||||
#endif
|
||||
|
||||
typedef Authenticator krb5_authenticator_data;
|
||||
|
||||
typedef krb5_authenticator_data *krb5_authenticator;
|
||||
|
||||
typedef struct krb5_rcache{
|
||||
|
Reference in New Issue
Block a user