packet.h: replace include of kex.h with forward declaration

This commit is contained in:
Markus Friedl
2012-10-12 17:48:29 +02:00
parent b8e501f9e3
commit 2033d3b5ba

View File

@@ -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 */