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:
Love Hörnquist Åstrand
2003-11-08 08:42:03 +00:00
parent 0c7a0277a1
commit f955c2a095

View File

@@ -142,12 +142,16 @@ typedef enum {
KRB5_PA_PAC_REQ_FALSE
} krb5_get_init_creds_req_pac;
typedef struct krb5_pk_init_ctx_data *krb5_pk_init_ctx
struct _krb5_get_init_creds_opt_private {
/* ENC_TIMESTAMP */
const char *password;
krb5_s2k_proc key_proc;
/* PA_PAC_REQUEST */
krb5_get_init_creds_req_pac req_pac;
/* PKINIT */
krb5_pk_init_ctx pk_init_ctx;
};
#endif /* __KRB5_LOCL_H__ */