Deleted Added
full compact
32c32
< RCSID("$FreeBSD: head/crypto/openssh/auth-krb5.c 126277 2004-02-26 10:52:33Z des $");
---
> RCSID("$FreeBSD: head/crypto/openssh/auth-krb5.c 128460 2004-04-20 09:46:41Z des $");
57a58
> #ifdef KRB5_INIT_ETS
58a60
> #endif
73a76
> int len;
178a182,186
> len = strlen(authctxt->krb5_ticket_file) + 6;
> authctxt->krb5_ccname = xmalloc(len);
> snprintf(authctxt->krb5_ccname, len, "FILE:%s",
> authctxt->krb5_ticket_file);
>