]> andersk Git - gssapi-openssh.git/blobdiff - openssh/kexdhs.c
merged OpenSSH 4.4p1 to trunk
[gssapi-openssh.git] / openssh / kexdhs.c
index 26c8cdfd69505541bb92edf1fc074d9a58085d93..93ec97f931ea839155508dcf004f833f806ca29f 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: kexdhs.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
  *
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: kexdhs.c,v 1.3 2005/11/04 05:15:59 djm Exp $");
+
+#include <sys/types.h>
+
+#include <stdarg.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"
+#ifdef GSSAPI
+#include "ssh-gss.h"
+#endif
 #include "monitor_wrap.h"
 
 void
This page took 0.04638 seconds and 4 git commands to generate.