summaryrefslogtreecommitdiffstats
path: root/packet.c
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2018-07-09 21:03:30 +0000
committerDamien Miller <djm@mindrot.org>2018-07-10 15:14:26 +1000
commitcecee2d607099a7bba0a84803e2325d15be4277b (patch)
treee5f685fb39c9d8512235334afc4b26e8461bfc36 /packet.c
parentff55f4ad898137d4703e7a2bcc81167dfe8e9324 (diff)
upstream: client: switch to sshbuf API; ok djm@
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/packet.c b/packet.c
index 4d91792e..cacb6eeb 100644
--- a/packet.c
+++ b/packet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: packet.c,v 1.275 2018/07/09 13:37:10 sf Exp $ */
+/* $OpenBSD: packet.c,v 1.276 2018/07/09 21:03:30 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -63,9 +63,6 @@
#include <zlib.h>
-#include "buffer.h" /* typedefs XXX */
-#include "key.h" /* typedefs XXX */
-
#include "xmalloc.h"
#include "crc32.h"
#include "compat.h"