Last Update: 14:02 17 Jul 1997
enum cc_data_type {
type_ticket = 0, // 0 for ticket, second_ticket
/* Ted's draft spec says these are to be
"as defined in the Kerberos V5 protocol"
all I can find are typdefs,
can't find an enumerated type or #define
*/
type_address, /* = <"as defined in the Kerberos V5 protocol"> */
type_authdata, /* = <"as defined in the Kerberos V5 protocol"> */
type_encryption, /* = <"as defined in the Kerberos V5 protocol"> */
cc_data_type_max }; // for validation