From b9195967dfdd0951747cc53f9b74c75e6e3d2300 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Mon, 9 Jul 2018 21:03:31 +0000 Subject: client: switch to sshbuf API; ok djm@ --- usr.bin/ssh/packet.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.bin/ssh/packet.c') diff --git a/usr.bin/ssh/packet.c b/usr.bin/ssh/packet.c index adf75c643b9..eab5a58c325 100644 --- a/usr.bin/ssh/packet.c +++ b/usr.bin/ssh/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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -57,9 +57,6 @@ #include -#include "buffer.h" /* typedefs XXX */ -#include "key.h" /* typedefs XXX */ - #include "xmalloc.h" #include "crc32.h" #include "compat.h" -- cgit v1.2.3