]> andersk Git - openssh.git/blobdiff - kexgexs.c
- (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
[openssh.git] / kexgexs.c
index e3d0eacc55583442e08177620c65a8451228adb7..5373a633a4dd4c9c66640743c61671624845081b 100644 (file)
--- a/kexgexs.c
+++ b/kexgexs.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: kexgexs.c,v 1.8 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2000 Niels Provos.  All rights reserved.
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
 
 #include "includes.h"
 
+#include <sys/param.h>
+
+#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
+#include <signal.h>
+
 #include "xmalloc.h"
+#include "buffer.h"
 #include "key.h"
+#include "cipher.h"
 #include "kex.h"
 #include "log.h"
 #include "packet.h"
 #include "dh.h"
 #include "ssh2.h"
 #include "compat.h"
+#ifdef GSSAPI
+#include "ssh-gss.h"
+#endif
 #include "monitor_wrap.h"
 
 void
This page took 0.032193 seconds and 4 git commands to generate.