summaryrefslogtreecommitdiff
path: root/nchan.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2017-04-30 23:28:41 +0000
committerDamien Miller <djm@mindrot.org>2017-05-01 10:05:06 +1000
commit930e8d2827853bc2e196c20c3e000263cc87fb75 (patch)
treed16b2923fab9253da5694a4e74b27de6c4b9b7d8 /nchan.c
parenta3710d5d529a34b8f56aa62db798c70e85d576a0 (diff)
downloadopenssh-git-930e8d2827853bc2e196c20c3e000263cc87fb75.tar.gz
upstream commit
obliterate ssh1.h and some dead code that used it ok markus@ Upstream-ID: 1ca9159a9fb95618f9d51e069ac8e1131a087343
Diffstat (limited to 'nchan.c')
-rw-r--r--nchan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nchan.c b/nchan.c
index 312c0b1e..36da8904 100644
--- a/nchan.c
+++ b/nchan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nchan.c,v 1.64 2017/04/30 23:13:25 djm Exp $ */
+/* $OpenBSD: nchan.c,v 1.65 2017/04/30 23:28:42 djm Exp $ */
/*
* Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
*
@@ -33,7 +33,6 @@
#include <stdarg.h>
#include "openbsd-compat/sys-queue.h"
-#include "ssh1.h"
#include "ssh2.h"
#include "buffer.h"
#include "packet.h"