From f955c2a095e7d2d7b74ae0c6c6a40cd702e0f952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 8 Nov 2003 08:42:03 +0000 Subject: [PATCH] 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 --- lib/krb5/krb5_locl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 670bf7743..cd06188ee 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -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__ */