]> andersk Git - openssh.git/blobdiff - auth-rhosts.c
- deraadt@cvs.openbsd.org 2006/08/03 03:34:42
[openssh.git] / auth-rhosts.c
index 8dc4ede053ab636b4cc6d39795e0a5ae705c4e2e..cd0a7967a2442f0e9f4da9f658cd041a21513e72 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-rhosts.c,v 1.40 2006/08/01 23:22:47 stevesk Exp $ */
+/* $OpenBSD: auth-rhosts.c,v 1.41 2006/08/03 03:34:41 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 #include <pwd.h>
 #include <stdio.h>
 #include <string.h>
+#include <stdarg.h>
 
 #include "packet.h"
+#include "buffer.h"
 #include "uidswap.h"
 #include "pathnames.h"
 #include "log.h"
 #include "servconf.h"
 #include "canohost.h"
+#include "key.h"
+#include "hostfile.h"
 #include "auth.h"
 
 /* import */
This page took 0.033341 seconds and 4 git commands to generate.