mirror of
https://github.com/openssh/libopenssh
synced 2026-04-16 09:45:53 +00:00
packet.h: replace include of key.h with forward declaration
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
/* XXX fixme */
|
||||
#include "cipher.h"
|
||||
#include "dispatch.h"
|
||||
#include "key.h"
|
||||
#include "ssh.h"
|
||||
|
||||
struct key_entry {
|
||||
@@ -34,8 +33,10 @@ struct key_entry {
|
||||
struct sshkey *key;
|
||||
};
|
||||
|
||||
struct session_state; /* private session data */
|
||||
struct kex;
|
||||
struct sshkey;
|
||||
struct sshbuf;
|
||||
struct session_state; /* private session data */
|
||||
|
||||
struct ssh {
|
||||
/* Session state */
|
||||
|
||||
Reference in New Issue
Block a user