git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1908 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-15 15:21:05 +00:00
parent 6736a8037c
commit 2ad8feff73

View File

@@ -193,8 +193,12 @@ krb5_get_in_tkt(krb5_context context,
a.req_body.enc_authorization_data = NULL;
a.req_body.additional_tickets = NULL;
/* moved the call of `key_proc' here so that the key is available
when/if creating pre-authentication */
/*
* moved the call of `key_proc' here so that the key is available
* when/if creating pre-authentication. This will failed when
* using different encryption/string-to-key algorithms for the
* initial PA-ENC-TS-ENC and the decryption of the ticket.
*/
salt.length = 0;
salt.data = NULL;