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 | |
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.
-rw-r--r-- | audit-bsm.c | 1 | ||||
-rw-r--r-- | audit.c | 1 | ||||
-rw-r--r-- | auth-pam.c | 1 | ||||
-rw-r--r-- | auth-shadow.c | 1 | ||||
-rw-r--r-- | auth-sia.c | 1 | ||||
-rw-r--r-- | auth-skey.c | 1 |
6 files changed, 0 insertions, 6 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" |
@@ -31,7 +31,6 @@ | |||
31 | 31 | ||
32 | #include "audit.h" | 32 | #include "audit.h" |
33 | #include "log.h" | 33 | #include "log.h" |
34 | #include "key.h" | ||
35 | #include "hostfile.h" | 34 | #include "hostfile.h" |
36 | #include "auth.h" | 35 | #include "auth.h" |
37 | 36 | ||
diff --git a/auth-pam.c b/auth-pam.c index 4130d226c..8c0138362 100644 --- a/auth-pam.c +++ b/auth-pam.c | |||
@@ -88,7 +88,6 @@ extern char *__progname; | |||
88 | #include "xmalloc.h" | 88 | #include "xmalloc.h" |
89 | #include "sshbuf.h" | 89 | #include "sshbuf.h" |
90 | #include "ssherr.h" | 90 | #include "ssherr.h" |
91 | #include "key.h" | ||
92 | #include "hostfile.h" | 91 | #include "hostfile.h" |
93 | #include "auth.h" | 92 | #include "auth.h" |
94 | #include "auth-pam.h" | 93 | #include "auth-pam.h" |
diff --git a/auth-shadow.c b/auth-shadow.c index 3d11e5ded..c77ee8da9 100644 --- a/auth-shadow.c +++ b/auth-shadow.c | |||
@@ -30,7 +30,6 @@ | |||
30 | #include <string.h> | 30 | #include <string.h> |
31 | #include <time.h> | 31 | #include <time.h> |
32 | 32 | ||
33 | #include "key.h" | ||
34 | #include "hostfile.h" | 33 | #include "hostfile.h" |
35 | #include "auth.h" | 34 | #include "auth.h" |
36 | #include "sshbuf.h" | 35 | #include "sshbuf.h" |
diff --git a/auth-sia.c b/auth-sia.c index 7c97f03e5..ebe9d8d12 100644 --- a/auth-sia.c +++ b/auth-sia.c | |||
@@ -37,7 +37,6 @@ | |||
37 | 37 | ||
38 | #include "ssh.h" | 38 | #include "ssh.h" |
39 | #include "ssh_api.h" | 39 | #include "ssh_api.h" |
40 | #include "key.h" | ||
41 | #include "hostfile.h" | 40 | #include "hostfile.h" |
42 | #include "auth.h" | 41 | #include "auth.h" |
43 | #include "auth-sia.h" | 42 | #include "auth-sia.h" |
diff --git a/auth-skey.c b/auth-skey.c index 3536ec8fa..b347527f6 100644 --- a/auth-skey.c +++ b/auth-skey.c | |||
@@ -35,7 +35,6 @@ | |||
35 | #include <skey.h> | 35 | #include <skey.h> |
36 | 36 | ||
37 | #include "xmalloc.h" | 37 | #include "xmalloc.h" |
38 | #include "key.h" | ||
39 | #include "hostfile.h" | 38 | #include "hostfile.h" |
40 | #include "auth.h" | 39 | #include "auth.h" |
41 | #include "ssh-gss.h" | 40 | #include "ssh-gss.h" |