summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-02-07 03:47:06 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-02-07 03:47:06 +0000
commit488d85f873ea50c416280fb0672067be83a10692 (patch)
treed3e4bcd9aa6b1a26823877ac7dedb682340ad41d /usr.bin
parent1a4b35bf6accedcc96cdbe8ee63327d38e604810 (diff)
"packet.h" not needed
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/hostfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/hostfile.c b/usr.bin/ssh/hostfile.c
index 3ed64624787..5cb55dd3c7b 100644
--- a/usr.bin/ssh/hostfile.c
+++ b/usr.bin/ssh/hostfile.c
@@ -36,13 +36,13 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: hostfile.c,v 1.36 2005/11/22 03:36:03 dtucker Exp $");
+RCSID("$OpenBSD: hostfile.c,v 1.37 2006/02/07 03:47:05 stevesk Exp $");
#include <resolv.h>
+
#include <openssl/hmac.h>
#include <openssl/sha.h>
-#include "packet.h"
#include "match.h"
#include "key.h"
#include "hostfile.h"