X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/c384a74c7b96c448a14fac2da59ec3e3a043de2b..f8f89bae5e11c9c8e1895f0b62b0bdf80a5539fc:/auth-chall.c diff --git a/auth-chall.c b/auth-chall.c index e4f78309..919b1eaa 100644 --- a/auth-chall.c +++ b/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 */