X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/05c25368b25842e321358121b24d6e1bb33be744..a03acb8f71abe2c1128ab91b53922238a2d6042e:/auth-passwd.c diff --git a/auth-passwd.c b/auth-passwd.c index 6e6d0d76..be628379 100644 --- a/auth-passwd.c +++ b/auth-passwd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: auth-passwd.c,v 1.40 2006/08/03 03:34:41 deraadt Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -36,12 +37,20 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth-passwd.c,v 1.34 2005/07/19 15:32:26 otto Exp $"); + +#include + +#include +#include +#include +#include #include "packet.h" #include "buffer.h" #include "log.h" #include "servconf.h" +#include "key.h" +#include "hostfile.h" #include "auth.h" #include "auth-options.h"