summaryrefslogtreecommitdiff
path: root/auth-pam.c
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 /auth-pam.c
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.
Diffstat (limited to 'auth-pam.c')
-rw-r--r--auth-pam.c1
1 files changed, 0 insertions, 1 deletions
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"