[openssh-commits] [openssh] 01/01: Remove key.h from portable files too.

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jul 12 14:58:54 AEST 2018


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 3f420a692b293921216549c1099c2e46ff284eae
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Jul 12 14:57:46 2018 +1000

    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 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"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list