mirror of
https://github.com/openssh/libopenssh
synced 2026-04-16 09:45:53 +00:00
packet.h: replace include of kex.h with forward declaration
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user