summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/kexgexs.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/kexgexs.c')
-rw-r--r--crypto/openssh/kexgexs.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/crypto/openssh/kexgexs.c b/crypto/openssh/kexgexs.c
index c48b27a..5373a63 100644
--- a/crypto/openssh/kexgexs.c
+++ b/crypto/openssh/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.
@@ -24,16 +25,27 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: kexgexs.c,v 1.2 2005/11/04 05:15:59 djm Exp $");
+
+#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
OpenPOWER on IntegriCloud