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