summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-keyscan.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2017-04-30 23:28:41 +0000
committerdjm <djm@openbsd.org>2017-04-30 23:28:41 +0000
commit125c87c14d8a0662d2096688aa38c946a6bc03d2 (patch)
tree8c8a9880b34598d015a6c7882371cb6bbc88f093 /usr.bin/ssh/ssh-keyscan.c
parentexterminate the -1 flag from scp (diff)
downloadwireguard-openbsd-125c87c14d8a0662d2096688aa38c946a6bc03d2.tar.xz
wireguard-openbsd-125c87c14d8a0662d2096688aa38c946a6bc03d2.zip
obliterate ssh1.h and some dead code that used it
ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.c')
-rw-r--r--usr.bin/ssh/ssh-keyscan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.c b/usr.bin/ssh/ssh-keyscan.c
index 438f66ba877..8dba83cb231 100644
--- a/usr.bin/ssh/ssh-keyscan.c
+++ b/usr.bin/ssh/ssh-keyscan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-keyscan.c,v 1.112 2017/04/30 23:18:44 djm Exp $ */
+/* $OpenBSD: ssh-keyscan.c,v 1.113 2017/04/30 23:28:42 djm Exp $ */
/*
* Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
*
@@ -26,7 +26,6 @@
#include "xmalloc.h"
#include "ssh.h"
-#include "ssh1.h"
#include "sshbuf.h"
#include "sshkey.h"
#include "cipher.h"