make pkinit_win2k_compatible into a flag field
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13148 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -416,9 +416,14 @@ typedef struct krb5_context_data {
|
||||
char error_buf[256];
|
||||
krb5_addresses *ignore_addresses;
|
||||
char *default_cc_name;
|
||||
int pkinit_win2k_compatible;
|
||||
int pkinit_flags;
|
||||
} krb5_context_data;
|
||||
|
||||
enum {
|
||||
KRB5_PKINIT_WIN2K = 1, /* wire compatible with Windows 2000 */
|
||||
KRB5_PKINIT_PACKET_CABLE = 2 /* use packet cable standard */
|
||||
};
|
||||
|
||||
typedef struct krb5_ticket {
|
||||
EncTicketPart ticket;
|
||||
krb5_principal client;
|
||||
|
Reference in New Issue
Block a user