=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-krb5.c,v retrieving revision 1.15.8.2 retrieving revision 1.16 diff -u -r1.15.8.2 -r1.16 --- src/usr.bin/ssh/auth-krb5.c 2006/10/06 03:19:32 1.15.8.2 +++ src/usr.bin/ssh/auth-krb5.c 2005/11/21 09:42:10 1.16 @@ -1,4 +1,3 @@ -/* $OpenBSD: auth-krb5.c,v 1.15.8.2 2006/10/06 03:19:32 brad Exp $ */ /* * Kerberos v5 authentication and ticket-passing routines. * @@ -28,20 +27,16 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include -#include -#include +#include "includes.h" +RCSID("$OpenBSD: auth-krb5.c,v 1.16 2005/11/21 09:42:10 dtucker Exp $"); -#include "xmalloc.h" #include "ssh.h" #include "ssh1.h" #include "packet.h" +#include "xmalloc.h" #include "log.h" -#include "buffer.h" #include "servconf.h" #include "uidswap.h" -#include "key.h" -#include "hostfile.h" #include "auth.h" #ifdef KRB5