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