summaryrefslogtreecommitdiff
path: root/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/packet.c b/packet.c
index acf72f77e..f2e03f800 100644
--- a/packet.c
+++ b/packet.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.c,v 1.141 2006/08/01 23:22:47 stevesk Exp $ */ 1/* $OpenBSD: packet.c,v 1.142 2006/08/03 03:34:42 deraadt Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -57,22 +57,20 @@
57#include <stdlib.h> 57#include <stdlib.h>
58#include <string.h> 58#include <string.h>
59#include <unistd.h> 59#include <unistd.h>
60#include <signal.h>
60 61
61#include "xmalloc.h" 62#include "xmalloc.h"
62#include "buffer.h" 63#include "buffer.h"
63#include "packet.h" 64#include "packet.h"
64#include "bufaux.h"
65#include "crc32.h" 65#include "crc32.h"
66
67#include "compress.h" 66#include "compress.h"
68#include "deattack.h" 67#include "deattack.h"
69#include "channels.h" 68#include "channels.h"
70
71#include "compat.h" 69#include "compat.h"
72#include "ssh1.h" 70#include "ssh1.h"
73#include "ssh2.h" 71#include "ssh2.h"
74
75#include "cipher.h" 72#include "cipher.h"
73#include "key.h"
76#include "kex.h" 74#include "kex.h"
77#include "mac.h" 75#include "mac.h"
78#include "log.h" 76#include "log.h"