diff options
author | Damien Miller <djm@mindrot.org> | 2006-03-15 11:12:13 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-03-15 11:12:13 +1100 |
commit | 5d7710552751dc58667e5cc73434846395de2480 (patch) | |
tree | a472ce5aa50480f97629c875c3f1cb453cf2179a /hostfile.c | |
parent | 972c84b80085235e2a89017991dcc2deaa6e742f (diff) | |
download | openssh-git-5d7710552751dc58667e5cc73434846395de2480.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" |