]> andersk Git - openssh.git/blobdiff - auth-rh-rsa.c
- dtucker@cvs.openbsd.org 2009/11/20 00:15:41
[openssh.git] / auth-rh-rsa.c
index c8bdfa26c17b436208ea8de5d61013108ca165d7..eca75027580ccb929837d4d72824ee8e876694ad 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-rh-rsa.c,v 1.40 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: auth-rh-rsa.c,v 1.42 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 "includes.h"
 
+#include <sys/types.h>
+
+#include <pwd.h>
+#include <stdarg.h>
+
 #include "packet.h"
 #include "uidswap.h"
 #include "log.h"
+#include "buffer.h"
 #include "servconf.h"
 #include "key.h"
 #include "hostfile.h"
 #include "pathnames.h"
 #include "auth.h"
 #include "canohost.h"
-
+#ifdef GSSAPI
+#include "ssh-gss.h"
+#endif
 #include "monitor_wrap.h"
 
 /* import */
This page took 0.145255 seconds and 4 git commands to generate.