summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-06 00:05:09 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-08-06 00:05:09 +1000
commit79ba868fbed5c55b11f5c4930aaaf0d6339eb48a (patch)
tree05ad1eae75f91eebbcd6414042c182af4048df1c
parent6e1a9aa9b9aa39fba068d5fd071bd145da34519b (diff)
- (dtucker) [audit.c audit.h] Repair headers.
-rw-r--r--ChangeLog3
-rw-r--r--audit.c4
-rw-r--r--audit.h4
3 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 46516a66..1a14d8da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -122,6 +122,7 @@
on Cygwin.
- (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.
20060804
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
@@ -5192,4 +5193,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.4472 2006/08/05 09:56:00 dtucker Exp $
+$Id: ChangeLog,v 1.4473 2006/08/05 14:05:09 dtucker Exp $
diff --git a/audit.c b/audit.c
index c77d0c01..8c3ec5a6 100644
--- a/audit.c
+++ b/audit.c
@@ -1,4 +1,4 @@
-/* $Id: audit.c,v 1.3 2005/07/17 07:26:44 djm Exp $ */
+/* $Id: audit.c,v 1.4 2006/08/05 14:05:10 dtucker Exp $ */
/*
* Copyright (c) 2004, 2005 Darren Tucker. All rights reserved.
@@ -30,6 +30,8 @@
#include "audit.h"
#include "log.h"
+#include "key.h"
+#include "hostfile.h"
#include "auth.h"
/*
diff --git a/audit.h b/audit.h
index 78e58966..695f7235 100644
--- a/audit.h
+++ b/audit.h
@@ -1,4 +1,4 @@
-/* $Id: audit.h,v 1.2 2005/02/08 10:52:48 dtucker Exp $ */
+/* $Id: audit.h,v 1.3 2006/08/05 14:05:10 dtucker Exp $ */
/*
* Copyright (c) 2004, 2005 Darren Tucker. All rights reserved.
@@ -24,8 +24,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "auth.h"
-
#ifndef _SSH_AUDIT_H
# define _SSH_AUDIT_H
enum ssh_audit_event_type {