summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/packet.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2001-02-04 13:30:13 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2001-02-04 13:30:13 +0000
commitaedb1ae9a8b4169c2199cad5c58fb7179fd18c4d (patch)
treeda30b612ad6aefd388377fa6f671da41fab36fd8 /usr.bin/ssh/packet.c
parentaa73930bd25b3d7e84218ff0455ddee611651400 (diff)
remove duplicate #include's; ok markus@
Diffstat (limited to 'usr.bin/ssh/packet.c')
-rw-r--r--usr.bin/ssh/packet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/packet.c b/usr.bin/ssh/packet.c
index 24764f448b1..1e21d62343f 100644
--- a/usr.bin/ssh/packet.c
+++ b/usr.bin/ssh/packet.c
@@ -37,7 +37,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: packet.c,v 1.46 2001/01/21 19:05:53 markus Exp $");
+RCSID("$OpenBSD: packet.c,v 1.47 2001/02/04 13:30:12 stevesk Exp $");
#include "xmalloc.h"
#include "buffer.h"
@@ -57,7 +57,6 @@ RCSID("$OpenBSD: packet.c,v 1.46 2001/01/21 19:05:53 markus Exp $");
#include <openssl/bn.h>
#include <openssl/dh.h>
#include <openssl/hmac.h>
-#include "buffer.h"
#include "cipher.h"
#include "kex.h"
#include "hmac.h"