summaryrefslogtreecommitdiffstats
path: root/platform.c
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2018-07-11 20:53:29 +0200
committerDamien Miller <djm@mindrot.org>2018-07-12 05:18:25 +0200
commit5467fbcb09528ecdcb914f4f2452216c24796790 (patch)
tree8fcef797ece697250f4c67d57a5063d6316fd203 /platform.c
parentupstream: s/wuth/with/ in comment (diff)
downloadopenssh-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.c2
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"