Rename the pkinit type enum.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22919 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-08 08:17:14 +00:00
parent 4250b0a980
commit ccd66600f5

View File

@@ -64,7 +64,7 @@ struct krb5_pk_init_ctx_data {
krb5_data *clientDHNonce; krb5_data *clientDHNonce;
struct krb5_dh_moduli **m; struct krb5_dh_moduli **m;
hx509_peer_info peer; hx509_peer_info peer;
int type; enum krb5_pk_type type;
unsigned int require_binding:1; unsigned int require_binding:1;
unsigned int require_eku:1; unsigned int require_eku:1;
unsigned int require_krbtgt_otherName:1; unsigned int require_krbtgt_otherName:1;