From 3400abc1ef1761cc778ec0c30f80709d138b8e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 2 Sep 2003 23:11:17 +0000 Subject: [PATCH] add struct _krb5_get_init_creds_opt_private git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12725 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_locl.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index 9167e47f0..96e0138f4 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -136,4 +136,10 @@ struct sockaddr_dl; #define O_BINARY 0 #endif +struct _krb5_get_init_creds_opt_private { + /* ENC_TIMESTAMP */ + const char *password; + krb5_s2k_proc key_proc; +}; + #endif /* __KRB5_LOCL_H__ */