summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/session.h
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2016-08-13 17:47:40 +0000
committermarkus <markus@openbsd.org>2016-08-13 17:47:40 +0000
commit3d9665d37aa51c2dc485f3dee2c98663a76b316b (patch)
tree9e8202cd739f0e548e001e8775b870ec962b6585 /usr.bin/ssh/session.h
parentAs the relevant struct's (e.g. tcpstat) use [u_]int64_t types, the (diff)
downloadwireguard-openbsd-3d9665d37aa51c2dc485f3dee2c98663a76b316b.tar.xz
wireguard-openbsd-3d9665d37aa51c2dc485f3dee2c98663a76b316b.zip
remove ssh1 server code; ok djm@
Diffstat (limited to 'usr.bin/ssh/session.h')
-rw-r--r--usr.bin/ssh/session.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/session.h b/usr.bin/ssh/session.h
index f18eaf329d7..98e1dafee2b 100644
--- a/usr.bin/ssh/session.h
+++ b/usr.bin/ssh/session.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.h,v 1.32 2016/03/07 19:02:43 djm Exp $ */
+/* $OpenBSD: session.h,v 1.33 2016/08/13 17:47:41 markus Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -51,7 +51,6 @@ struct Session {
char *auth_data;
int single_connection;
- /* proto 2 */
int chanid;
int *x11_chanids;
int is_subsystem;