[hostfile.c]
     "packet.h" not needed
This commit is contained in:
Damien Miller 2006-03-15 11:12:13 +11:00
parent 972c84b800
commit 5d77105527
2 changed files with 6 additions and 3 deletions

View File

@ -20,6 +20,9 @@
- stevesk@cvs.openbsd.org 2006/02/07 01:52:50
[sshtty.c]
"log.h" not needed
- stevesk@cvs.openbsd.org 2006/02/07 03:47:05
[hostfile.c]
"packet.h" not needed
20060313
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@ -3921,4 +3924,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4145 2006/03/15 00:11:56 djm Exp $
$Id: ChangeLog,v 1.4146 2006/03/15 00:12:13 djm Exp $

View File

@ -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"