diff options
author | djm <djm> | 2006-03-15 00:12:13 +0000 |
---|---|---|
committer | djm <djm> | 2006-03-15 00:12:13 +0000 |
commit | 89381a9a6ea0078cd9e5b589640c8d6bd1329ce0 (patch) | |
tree | 7f2339ba30a2f94dfb32fefe5e985feb3556ffde /hostfile.c | |
parent | 08212f6518eeabc3a64637a5b1b230f58efb602f (diff) | |
download | openssh-89381a9a6ea0078cd9e5b589640c8d6bd1329ce0.tar.gz |
- stevesk@cvs.openbsd.org 2006/02/07 03:47:05
[hostfile.c]
"packet.h" not needed
Diffstat (limited to 'hostfile.c')
-rw-r--r-- | hostfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |