]> andersk Git - openssh.git/blobdiff - hostfile.c
- naddy@cvs.openbsd.org 2009/01/24 17:10:22
[openssh.git] / hostfile.c
index a6714b6e13e04a9479fe15cb8d6431134776da2f..2cceb352a1fe239792c10199f113cd472bcabbc0 100644 (file)
@@ -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 <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 
 #include <netinet/in.h>
 
-#include <resolv.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.043734 seconds and 4 git commands to generate.