From 2033d3b5baf9b3c2448b56e5374d5fed4560bd16 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Fri, 12 Oct 2012 17:48:29 +0200 Subject: [PATCH] packet.h: replace include of kex.h with forward declaration --- ssh/packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/packet.h b/ssh/packet.h index 5edc7c6..e17c59d 100644 --- a/ssh/packet.h +++ b/ssh/packet.h @@ -27,7 +27,6 @@ #include "cipher.h" #include "dispatch.h" #include "key.h" -#include "kex.h" #include "ssh.h" struct key_entry { @@ -36,6 +35,7 @@ struct key_entry { }; struct session_state; /* private session data */ +struct kex; struct ssh { /* Session state */