From 3f420a692b293921216549c1099c2e46ff284eae Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 12 Jul 2018 14:57:46 +1000 Subject: [PATCH] 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. --- audit-bsm.c | 1 - audit.c | 1 - auth-pam.c | 1 - auth-shadow.c | 1 - auth-sia.c | 1 - auth-skey.c | 1 - 6 files changed, 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 @@ #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 7645c1439..091361560 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 4130d226c..8c0138362 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 3d11e5ded..c77ee8da9 100644 --- a/auth-shadow.c +++ b/auth-shadow.c @@ -30,7 +30,6 @@ #include #include -#include "key.h" #include "hostfile.h" #include "auth.h" #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 @@ #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 3536ec8fa..b347527f6 100644 --- a/auth-skey.c +++ b/auth-skey.c @@ -35,7 +35,6 @@ #include #include "xmalloc.h" -#include "key.h" #include "hostfile.h" #include "auth.h" #include "ssh-gss.h"