summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index bf3a7ee0b..1b7cd162b 100644
--- a/packet.c
+++ b/packet.c
@@ -37,13 +37,12 @@
37 */ 37 */
38 38
39#include "includes.h" 39#include "includes.h"
40RCSID("$OpenBSD: packet.c,v 1.44 2001/01/13 18:36:45 markus Exp $"); 40RCSID("$OpenBSD: packet.c,v 1.46 2001/01/21 19:05:53 markus Exp $");
41 41
42#include "xmalloc.h" 42#include "xmalloc.h"
43#include "buffer.h" 43#include "buffer.h"
44#include "packet.h" 44#include "packet.h"
45#include "bufaux.h" 45#include "bufaux.h"
46#include "ssh.h"
47#include "crc32.h" 46#include "crc32.h"
48#include "getput.h" 47#include "getput.h"
49 48
@@ -52,6 +51,7 @@ RCSID("$OpenBSD: packet.c,v 1.44 2001/01/13 18:36:45 markus Exp $");
52#include "channels.h" 51#include "channels.h"
53 52
54#include "compat.h" 53#include "compat.h"
54#include "ssh1.h"
55#include "ssh2.h" 55#include "ssh2.h"
56 56
57#include <openssl/bn.h> 57#include <openssl/bn.h>
@@ -61,6 +61,8 @@ RCSID("$OpenBSD: packet.c,v 1.44 2001/01/13 18:36:45 markus Exp $");
61#include "cipher.h" 61#include "cipher.h"
62#include "kex.h" 62#include "kex.h"
63#include "hmac.h" 63#include "hmac.h"
64#include "log.h"
65#include "canohost.h"
64 66
65#ifdef PACKET_DEBUG 67#ifdef PACKET_DEBUG
66#define DBG(x) x 68#define DBG(x) x