add struct _krb5_get_init_creds_opt_private

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12725 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-02 23:11:17 +00:00
parent a14f0b93c3
commit 3400abc1ef

View File

@@ -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__ */