]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth2-kbdint.c
Import of OpenSSH 4.4p1
[gssapi-openssh.git] / openssh / auth2-kbdint.c
index fa83649755a33c817f780cf84f984119dd0f9a8d..a4fc9e6f73f23ea236cda775bedf755f84562d06 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: auth2-kbdint.c,v 1.5 2006/08/03 03:34:41 deraadt Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2-kbdint.c,v 1.2 2002/05/31 11:35:15 markus Exp $");
 
+#include <sys/types.h>
+
+#include <stdarg.h>
+
+#include "xmalloc.h"
 #include "packet.h"
+#include "key.h"
+#include "hostfile.h"
 #include "auth.h"
 #include "log.h"
+#include "buffer.h"
 #include "servconf.h"
-#include "xmalloc.h"
 
 /* import */
 extern ServerOptions options;
This page took 0.22292 seconds and 4 git commands to generate.