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 | |
parent | 972c84b80085235e2a89017991dcc2deaa6e742f (diff) |
- stevesk@cvs.openbsd.org 2006/02/07 03:47:05
[hostfile.c]
"packet.h" not needed
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | hostfile.c | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -20,6 +20,9 @@ | |||
20 | - stevesk@cvs.openbsd.org 2006/02/07 01:52:50 | 20 | - stevesk@cvs.openbsd.org 2006/02/07 01:52:50 |
21 | [sshtty.c] | 21 | [sshtty.c] |
22 | "log.h" not needed | 22 | "log.h" not needed |
23 | - stevesk@cvs.openbsd.org 2006/02/07 03:47:05 | ||
24 | [hostfile.c] | ||
25 | "packet.h" not needed | ||
23 | 26 | ||
24 | 20060313 | 27 | 20060313 |
25 | - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) | 28 | - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) |
@@ -3921,4 +3924,4 @@ | |||
3921 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3924 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3922 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3925 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3923 | 3926 | ||
3924 | $Id: ChangeLog,v 1.4145 2006/03/15 00:11:56 djm Exp $ | 3927 | $Id: ChangeLog,v 1.4146 2006/03/15 00:12:13 djm Exp $ |
diff --git a/hostfile.c b/hostfile.c index 3ed646247..5cb55dd3c 100644 --- a/hostfile.c +++ b/hostfile.c | |||
@@ -36,13 +36,13 @@ | |||
36 | */ | 36 | */ |
37 | 37 | ||
38 | #include "includes.h" | 38 | #include "includes.h" |
39 | RCSID("$OpenBSD: hostfile.c,v 1.36 2005/11/22 03:36:03 dtucker Exp $"); | 39 | RCSID("$OpenBSD: hostfile.c,v 1.37 2006/02/07 03:47:05 stevesk Exp $"); |
40 | 40 | ||
41 | #include <resolv.h> | 41 | #include <resolv.h> |
42 | |||
42 | #include <openssl/hmac.h> | 43 | #include <openssl/hmac.h> |
43 | #include <openssl/sha.h> | 44 | #include <openssl/sha.h> |
44 | 45 | ||
45 | #include "packet.h" | ||
46 | #include "match.h" | 46 | #include "match.h" |
47 | #include "key.h" | 47 | #include "key.h" |
48 | #include "hostfile.h" | 48 | #include "hostfile.h" |