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

This commit is contained in:
Markus Friedl
2012-10-12 17:53:18 +02:00
parent d2a7c923d7
commit 7e29b55734

View File

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