diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-08-06 00:12:54 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-08-06 00:12:54 +1000 |
commit | 3e714514e8cf6d1686ecb958c195f60e0a2d6d8f (patch) | |
tree | 6b8e43f31a3b07693dd6a47da2b42b9797fca351 | |
parent | 79ba868fbed5c55b11f5c4930aaaf0d6339eb48a (diff) |
- (dtucker) [audit-bsm.c] Add additional headers now required.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | audit-bsm.c | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -123,6 +123,7 @@ | |||
123 | - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa. | 123 | - (dtucker) [openbsd-compat/fake-rfc2553.c] Add headers needed for inet_ntoa. |
124 | - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h. | 124 | - (dtucker) [auth-skey.c] monitor_wrap.h needs ssh-gss.h. |
125 | - (dtucker) [audit.c audit.h] Repair headers. | 125 | - (dtucker) [audit.c audit.h] Repair headers. |
126 | - (dtucker) [audit-bsm.c] Add additional headers now required. | ||
126 | 127 | ||
127 | 20060804 | 128 | 20060804 |
128 | - (dtucker) [configure.ac] The "crippled AES" test does not work on recent | 129 | - (dtucker) [configure.ac] The "crippled AES" test does not work on recent |
@@ -5193,4 +5194,4 @@ | |||
5193 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5194 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5194 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5195 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5195 | 5196 | ||
5196 | $Id: ChangeLog,v 1.4473 2006/08/05 14:05:09 dtucker Exp $ | 5197 | $Id: ChangeLog,v 1.4474 2006/08/05 14:12:54 dtucker Exp $ |
diff --git a/audit-bsm.c b/audit-bsm.c index c2679d3da..c9a1779d4 100644 --- a/audit-bsm.c +++ b/audit-bsm.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: audit-bsm.c,v 1.1 2005/02/20 10:08:00 dtucker Exp $ */ | 1 | /* $Id: audit-bsm.c,v 1.2 2006/08/05 14:12:54 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * TODO | 4 | * TODO |
@@ -39,6 +39,8 @@ | |||
39 | 39 | ||
40 | #include "ssh.h" | 40 | #include "ssh.h" |
41 | #include "log.h" | 41 | #include "log.h" |
42 | #include "key.h" | ||
43 | #include "hostfile.h" | ||
42 | #include "auth.h" | 44 | #include "auth.h" |
43 | #include "xmalloc.h" | 45 | #include "xmalloc.h" |
44 | 46 | ||