summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/kex.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-08-03 03:34:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-08-03 03:34:43 +0000
commit6a841a89e8143678d8b0bb3a7506a55e69e91cf5 (patch)
tree5f1332f81b08861f309a3b01c3ba9e835be55dbc /usr.bin/ssh/kex.h
parent4ca59a2a0eaecec3c6b29af7c2d68ac8732918db (diff)
almost entirely get rid of the culture of ".h files that include .h files"
ok djm, sort of ok stevesk makes the pain stop in one easy step
Diffstat (limited to 'usr.bin/ssh/kex.h')
-rw-r--r--usr.bin/ssh/kex.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/ssh/kex.h b/usr.bin/ssh/kex.h
index 9d43b027fc1..acf2121d5be 100644
--- a/usr.bin/ssh/kex.h
+++ b/usr.bin/ssh/kex.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: kex.h,v 1.43 2006/07/23 01:11:05 stevesk Exp $ */
+/* $OpenBSD: kex.h,v 1.44 2006/08/03 03:34:42 deraadt Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -28,12 +28,6 @@
#include <openssl/evp.h>
-#include <signal.h>
-
-#include "buffer.h"
-#include "cipher.h"
-#include "key.h"
-
#define KEX_DH1 "diffie-hellman-group1-sha1"
#define KEX_DH14 "diffie-hellman-group14-sha1"
#define KEX_DHGEX_SHA1 "diffie-hellman-group-exchange-sha1"