Deleted Added
full compact
0a1
> /* $OpenBSD: auth-krb5.c,v 1.19 2006/08/03 03:34:41 deraadt Exp $ */
31,32c32
< RCSID("$OpenBSD: auth-krb5.c,v 1.16 2005/11/21 09:42:10 dtucker Exp $");
< RCSID("$FreeBSD: head/crypto/openssh/auth-krb5.c 157019 2006-03-22 20:41:37Z des $");
---
> __RCSID("$FreeBSD: head/crypto/openssh/auth-krb5.c 162856 2006-09-30 13:38:06Z des $");
33a34,38
> #include <sys/types.h>
> #include <pwd.h>
> #include <stdarg.h>
>
> #include "xmalloc.h"
37d41
< #include "xmalloc.h"
38a43
> #include "buffer.h"
40a46,47
> #include "key.h"
> #include "hostfile.h"
43a51,53
> #include <errno.h>
> #include <unistd.h>
> #include <string.h>