diff options
author | Darren Tucker <dtucker@dtucker.net> | 2018-07-12 14:57:46 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2018-07-12 14:57:46 +1000 |
commit | 3f420a692b293921216549c1099c2e46ff284eae (patch) | |
tree | bc40374ef87476bbc1848d85573e9c9cd8e5ce59 /audit-bsm.c | |
parent | e2c4af311543093f16005c10044f7e06af0426f0 (diff) |
Remove key.h from portable files too.
Commit 5467fbcb removed key.h so stop including it in portable files
too. Fixes builds on lots of platforms.
Diffstat (limited to 'audit-bsm.c')
-rw-r--r-- | audit-bsm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audit-bsm.c b/audit-bsm.c index f8e0bea89..1409f69ae 100644 --- a/audit-bsm.c +++ b/audit-bsm.c | |||
@@ -49,7 +49,6 @@ | |||
49 | 49 | ||
50 | #include "ssh.h" | 50 | #include "ssh.h" |
51 | #include "log.h" | 51 | #include "log.h" |
52 | #include "key.h" | ||
53 | #include "hostfile.h" | 52 | #include "hostfile.h" |
54 | #include "auth.h" | 53 | #include "auth.h" |
55 | #include "xmalloc.h" | 54 | #include "xmalloc.h" |