diff options
author | markus@openbsd.org <markus@openbsd.org> | 2018-07-11 20:53:29 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-07-12 05:18:25 +0200 |
commit | 5467fbcb09528ecdcb914f4f2452216c24796790 (patch) | |
tree | 8fcef797ece697250f4c67d57a5063d6316fd203 /platform.c | |
parent | upstream: s/wuth/with/ in comment (diff) | |
download | openssh-5467fbcb09528ecdcb914f4f2452216c24796790.tar.xz openssh-5467fbcb09528ecdcb914f4f2452216c24796790.zip |
upstream: remove legacy key emulation layer; ok djm@
OpenBSD-Commit-ID: 2b1f9619259e222bbd4fe9a8d3a0973eafb9dd8d
Diffstat (limited to 'platform.c')
-rw-r--r-- | platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform.c b/platform.c index 4a156ab2f..41acc9370 100644 --- a/platform.c +++ b/platform.c @@ -22,7 +22,7 @@ #include "log.h" #include "misc.h" #include "servconf.h" -#include "key.h" +#include "sshkey.h" #include "hostfile.h" #include "auth.h" #include "auth-pam.h" |