add the opaque krb5_pk_init_ctx to _krb5_get_init_creds_opt_private
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13090 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -142,12 +142,16 @@ typedef enum {
|
|||||||
KRB5_PA_PAC_REQ_FALSE
|
KRB5_PA_PAC_REQ_FALSE
|
||||||
} krb5_get_init_creds_req_pac;
|
} krb5_get_init_creds_req_pac;
|
||||||
|
|
||||||
|
typedef struct krb5_pk_init_ctx_data *krb5_pk_init_ctx
|
||||||
|
|
||||||
struct _krb5_get_init_creds_opt_private {
|
struct _krb5_get_init_creds_opt_private {
|
||||||
/* ENC_TIMESTAMP */
|
/* ENC_TIMESTAMP */
|
||||||
const char *password;
|
const char *password;
|
||||||
krb5_s2k_proc key_proc;
|
krb5_s2k_proc key_proc;
|
||||||
/* PA_PAC_REQUEST */
|
/* PA_PAC_REQUEST */
|
||||||
krb5_get_init_creds_req_pac req_pac;
|
krb5_get_init_creds_req_pac req_pac;
|
||||||
|
/* PKINIT */
|
||||||
|
krb5_pk_init_ctx pk_init_ctx;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* __KRB5_LOCL_H__ */
|
#endif /* __KRB5_LOCL_H__ */
|
||||||
|
Reference in New Issue
Block a user