]> andersk Git - openssh.git/blobdiff - auth-passwd.c
- deraadt@cvs.openbsd.org 2006/08/03 03:34:42
[openssh.git] / auth-passwd.c
index f8df17e6aebdaae48b053988b23b7b4787140956..be62837961a269e6aa74c0bd58a84339c77021d5 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-passwd.c,v 1.39 2006/08/01 23:22:47 stevesk Exp $ */
+/* $OpenBSD: auth-passwd.c,v 1.40 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 "log.h"
 #include "servconf.h"
+#include "key.h"
+#include "hostfile.h"
 #include "auth.h"
 #include "auth-options.h"
 
This page took 0.050138 seconds and 4 git commands to generate.