diff options
author | Darren Tucker <dtucker@dtucker.net> | 2018-07-12 06:57:46 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2018-07-12 06:57:46 +0200 |
commit | 3f420a692b293921216549c1099c2e46ff284eae (patch) | |
tree | bc40374ef87476bbc1848d85573e9c9cd8e5ce59 /auth-shadow.c | |
parent | upstream: remove prototype to long-gone function (diff) | |
download | openssh-3f420a692b293921216549c1099c2e46ff284eae.tar.xz openssh-3f420a692b293921216549c1099c2e46ff284eae.zip |
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-shadow.c')
-rw-r--r-- | auth-shadow.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <string.h> #include <time.h> -#include "key.h" #include "hostfile.h" #include "auth.h" #include "sshbuf.h" |