From 2ad8feff7368d7080405ee76842f5ed73daf3046 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 15 Jun 1997 15:21:05 +0000 Subject: [PATCH] comment git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1908 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/get_in_tkt.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/krb5/get_in_tkt.c b/lib/krb5/get_in_tkt.c index bf0c0b23f..74bbfc0dc 100644 --- a/lib/krb5/get_in_tkt.c +++ b/lib/krb5/get_in_tkt.c @@ -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;