Add EncTicketPart to krb5_ticket.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1355 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -141,15 +141,19 @@ typedef const krb5_principal_data *krb5_const_principal;
|
||||
|
||||
typedef krb5_data krb5_realm;
|
||||
|
||||
/* XXX This does not belong here! */
|
||||
#include <asn1.h>
|
||||
|
||||
typedef struct krb5_ticket {
|
||||
#if 0
|
||||
krb5_principal server;
|
||||
krb5_data enc_part;
|
||||
krb5_data enc_part2;
|
||||
#endif
|
||||
struct {
|
||||
krb5_principal client;
|
||||
} enc_part2;
|
||||
EncTicketPart tkt;
|
||||
struct {
|
||||
krb5_principal client;
|
||||
} enc_part2;
|
||||
} krb5_ticket;
|
||||
|
||||
|
||||
@@ -251,8 +255,6 @@ typedef struct krb5_auth_context_data{
|
||||
|
||||
typedef u_int32_t krb5_flags;
|
||||
|
||||
#include <asn1.h>
|
||||
|
||||
typedef struct {
|
||||
KDC_REP part1;
|
||||
EncTGSRepPart part2;
|
||||
|
Reference in New Issue
Block a user