summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2018-07-12 14:57:46 +1000
committerDarren Tucker <dtucker@dtucker.net>2018-07-12 14:57:46 +1000
commit3f420a692b293921216549c1099c2e46ff284eae (patch)
treebc40374ef87476bbc1848d85573e9c9cd8e5ce59
parente2c4af311543093f16005c10044f7e06af0426f0 (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.c1
-rw-r--r--audit.c1
-rw-r--r--auth-pam.c1
-rw-r--r--auth-shadow.c1
-rw-r--r--auth-sia.c1
-rw-r--r--auth-skey.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/audit-bsm.c b/audit-bsm.c
index f8e0bea8..1409f69a 100644
--- a/audit-bsm.c
+++ b/audit-bsm.c
@@ -49,7 +49,6 @@
#include "ssh.h"
#include "log.h"
-#include "key.h"
#include "hostfile.h"
#include "auth.h"
#include "xmalloc.h"
diff --git a/audit.c b/audit.c
index 7645c143..09136156 100644
--- a/audit.c
+++ b/audit.c
@@ -31,7 +31,6 @@
#include "audit.h"
#include "log.h"
-#include "key.h"
#include "hostfile.h"
#include "auth.h"
diff --git a/auth-pam.c b/auth-pam.c
index 4130d226..8c013836 100644
--- a/auth-pam.c
+++ b/auth-pam.c
@@ -88,7 +88,6 @@ extern char *__progname;
#include "xmalloc.h"
#include "sshbuf.h"
#include "ssherr.h"
-#include "key.h"
#include "hostfile.h"
#include "auth.h"
#include "auth-pam.h"
diff --git a/auth-shadow.c b/auth-shadow.c
index 3d11e5de..c77ee8da 100644
--- a/auth-shadow.c
+++ b/auth-shadow.c
@@ -30,7 +30,6 @@
#include <string.h>
#include <time.h>
-#include "key.h"
#include "hostfile.h"
#include "auth.h"
#include "sshbuf.h"
diff --git a/auth-sia.c b/auth-sia.c
index 7c97f03e..ebe9d8d1 100644
--- a/auth-sia.c
+++ b/auth-sia.c
@@ -37,7 +37,6 @@
#include "ssh.h"
#include "ssh_api.h"
-#include "key.h"
#include "hostfile.h"
#include "auth.h"
#include "auth-sia.h"
diff --git a/auth-skey.c b/auth-skey.c
index 3536ec8f..b347527f 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -35,7 +35,6 @@
#include <skey.h>
#include "xmalloc.h"
-#include "key.h"
#include "hostfile.h"
#include "auth.h"
#include "ssh-gss.h"