X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/9794d0089c075188de1c7a752a61e7efc9e227bc..78576c54d4d5fcb2deb5cad2f1e7bf9d0d7e4778:/hostfile.c diff --git a/hostfile.c b/hostfile.c index a6714b6e..2cceb352 100644 --- a/hostfile.c +++ b/hostfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hostfile.c,v 1.41 2006/07/05 02:42:09 stevesk Exp $ */ +/* $OpenBSD: hostfile.c,v 1.45 2006/08/03 03:34:42 deraadt Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -42,16 +42,20 @@ #include -#include - #include #include +#include +#include +#include +#include +#include + +#include "xmalloc.h" #include "match.h" #include "key.h" #include "hostfile.h" #include "log.h" -#include "xmalloc.h" static int extract_salt(const char *s, u_int l, char *salt, size_t salt_len)