summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.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.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.c')
-rw-r--r--usr.bin/ssh/ssh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index ee3f8460d3e..06316e61139 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.457 2017/04/30 23:18:44 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.458 2017/04/30 23:28:42 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -71,7 +71,6 @@
#include "xmalloc.h"
#include "ssh.h"
-#include "ssh1.h"
#include "ssh2.h"
#include "canohost.h"
#include "compat.h"