- (dtucker) [audit-bsm.c] Add additional headers now required.

This commit is contained in:
Darren Tucker 2006-08-06 00:12:54 +10:00
parent 79ba868fbe
commit 3e714514e8
2 changed files with 5 additions and 2 deletions

View File

@ -123,6 +123,7 @@
- (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa.
- (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h.
- (dtucker) [audit.c audit.h] Repair headers.
- (dtucker) [audit-bsm.c] Add additional headers now required.
20060804
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
@ -5193,4 +5194,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.4473 2006/08/05 14:05:09 dtucker Exp $
$Id: ChangeLog,v 1.4474 2006/08/05 14:12:54 dtucker Exp $

View File

@ -1,4 +1,4 @@
/* $Id: audit-bsm.c,v 1.1 2005/02/20 10:08:00 dtucker Exp $ */
/* $Id: audit-bsm.c,v 1.2 2006/08/05 14:12:54 dtucker Exp $ */
/*
* TODO
@ -39,6 +39,8 @@
#include "ssh.h"
#include "log.h"
#include "key.h"
#include "hostfile.h"
#include "auth.h"
#include "xmalloc.h"