X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/c46286a4afc1f4d7c29be40b8dbf2f2d9fb696ae..2e43737864d64f105b0ba67ca4d9731f955cdc6b:/openssh/auth-chall.c diff --git a/openssh/auth-chall.c b/openssh/auth-chall.c index e4f7830..919b1ea 100644 --- a/openssh/auth-chall.c +++ b/openssh/auth-chall.c @@ -1,3 +1,4 @@ +/* $OpenBSD: auth-chall.c,v 1.12 2006/08/03 03:34:41 deraadt Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * @@ -23,11 +24,16 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-chall.c,v 1.9 2003/11/03 09:03:37 djm Exp $"); +#include + +#include + +#include "xmalloc.h" +#include "key.h" +#include "hostfile.h" #include "auth.h" #include "log.h" -#include "xmalloc.h" #include "servconf.h" /* limited protocol v1 interface to kbd-interactive authentication */