]> andersk Git - openssh.git/blobdiff - kexdhc.c
- (tim) [configure.ac] Move CHECK_HEADERS test before platform specific
[openssh.git] / kexdhc.c
index f5f01196f40a3dcb792df255730af8cfcec59583..64de7af3088476903f0d68eb9c380dc561f7aee2 100644 (file)
--- a/kexdhc.c
+++ b/kexdhc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kexdhc.c,v 1.6 2006/05/18 21:27:25 miod Exp $ */
+/* $OpenBSD: kexdhc.c,v 1.9 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
  *
 
 #include "includes.h"
 
+#include <sys/types.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"
This page took 0.035848 seconds and 4 git commands to generate.