]> andersk Git - gssapi-openssh.git/blobdiff - openssh/kexgex.c
Import of OpenSSH 4.4p1
[gssapi-openssh.git] / openssh / kexgex.c
index 705484a4755db15755c1db4be2ca95d313ef3375..b60ab5c53cc9f2227c7e7a795adf4ee29964177c 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: kexgex.c,v 1.27 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"
-RCSID("$OpenBSD: kexgex.c,v 1.24 2005/11/04 05:15:59 djm Exp $");
+
+#include <sys/types.h>
 
 #include <openssl/evp.h>
+#include <signal.h>
 
 #include "buffer.h"
-#include "bufaux.h"
+#include "key.h"
+#include "cipher.h"
 #include "kex.h"
 #include "ssh2.h"
 
This page took 0.052041 seconds and 4 git commands to generate.