summaryrefslogtreecommitdiffstats
path: root/kexecdhs.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-11-04 08:30:05 +1100
committerDamien Miller <djm@mindrot.org>2013-11-04 08:30:05 +1100
commitabdca986decfbbc008c895195b85e879ed460ada (patch)
tree960045b33d68d122fb8355b502ea38e893302541 /kexecdhs.c
parent1e1242604eb0fd510fe93f81245c529237ffc513 (diff)
- markus@cvs.openbsd.org 2013/11/02 22:10:15
[kexdhs.c kexecdhs.c] no need to include monitor_wrap.h
Diffstat (limited to 'kexecdhs.c')
-rw-r--r--kexecdhs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/kexecdhs.c b/kexecdhs.c
index 3a580aac..ab8a2b1f 100644
--- a/kexecdhs.c
+++ b/kexecdhs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kexecdhs.c,v 1.5 2013/07/19 07:37:48 markus Exp $ */
+/* $OpenBSD: kexecdhs.c,v 1.6 2013/11/02 22:10:15 markus Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2010 Damien Miller. All rights reserved.
@@ -37,12 +37,10 @@
#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"
#ifdef OPENSSL_HAS_ECC