]> andersk Git - openssh.git/blobdiff - hostfile.c
- naddy@cvs.openbsd.org 2009/01/24 17:10:22
[openssh.git] / hostfile.c
index c805784401abf2c66b0e85ae4c083268e927cbf8..2cceb352a1fe239792c10199f113cd472bcabbc0 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: hostfile.c,v 1.45 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 
 #include "includes.h"
 
-#include <resolv.h>
+#include <sys/types.h>
+
+#include <netinet/in.h>
 
 #include <openssl/hmac.h>
 #include <openssl/sha.h>
 
+#include <resolv.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+#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)
This page took 0.034339 seconds and 4 git commands to generate.